-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add Tooling to Release Process #3
Comments
Maybe the build task takes some flags that will bump the version and cut a tag? |
|
Yep that's what I'd suggest we use but automating that as part of a production build would make it really easy for folks not used to doing strict versioning |
Automation would be a good step but it can't get rid of teaching people strict versioning. The automation needs some meta data to know how to version a change and developers need to author that meta data. |
Look at this again after writing git post |
This is specifically about cutting releases (preparing code for release), not deploying releases (publishing code). |
Could have grunt tasks that make a versioning workflow interactive or flagable. This would help users who are new to git with their build process.
The text was updated successfully, but these errors were encountered: