vojtajina / grunt-bump

Grunt.js plugin - Increment package version.
MIT License
651 stars 122 forks source link

how to build after bumping? #203

Closed selfagency closed 6 years ago

selfagency commented 7 years ago

i have an issue where my build depends on the current package version but if i run bump after my build, my scripts are out of sync w/ the app version because they're compiled before the bump. if i compile them after a bump, the previous commit gets the version bump. is there any kind of workaround for this?