-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Create next milestones after a release is prepared #26
Comments
I was wondering, should the |
IMO it doesn't hurt to always create the next major milestone: sync-up is a relatively painless process, and the next major branch can be deleted if needed |
Which one would be the default branch if 1.2.x and 2.0.x are created? 1.2.x? |
This is only about creating the new milestone, not the branch. The tool does not implicitly create a new major branch, or else it would always set it as the default branch too (messy). |
Feature Request
See doctrine/automatic-releases#26
After a release is done, we want to implicitly generate new milestones.
This should probably be done as a new command to be added to the automatic-release workflow example.
Note: the command must gracefully ignore pre-existing milestones with same names, and duplicate milestone names must never be possible!
The text was updated successfully, but these errors were encountered: