wordfence / wordfence-cli

Wordfence malware and vulnerability scanner command line utility.
https://www.wordfence.com/products/wordfence-cli/
GNU General Public License v3.0
100 stars 20 forks source link

Remove version number from tracked file #275

Open akenion opened 1 month ago

akenion commented 1 month ago

Currently the version number must be updated in wordfence/version.py in addition to adding a tag. With the new PR review process, this requires that a user submit a separate PR for incrementing the version for each release candidate. Ideally, this step would be eliminated and the build process would use the version number from the tag automatically.