-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support updating config vars #81
Labels
Comments
👍 |
also would like to see this feature implemented (but do not have free time to do that :( ) |
Just submitted a PR for this fix. |
The PR just landed in master. |
When will this be released? |
It's released with v0.13.0 just now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an existing conig var in my Gruntfile:
I'd like to be able to have this var updated after the version is bumped, so that subsequent tasks which refer to pkg see the updated version. grunt-bump supports this with a
updateConfigs
option:Currently I'm using this task and grunt-bump to achieve what I need. If grunt-release supported an
updateConfigs
option I would not need to use grunt-bump.The text was updated successfully, but these errors were encountered: