-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Milestone
Description
Feature Request
See doctrine/automatic-releases#26
After a release is done, we want to implicitly generate new milestones.
Given following milestones:
| name |
| 1.0.0 |
When milestone 1.0.0 is closed
Then following milestones should exist:
| name |
| 1.0.1 |
| 1.1.0 |
| 2.0.0 |
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!
Q | A |
---|---|
New Feature | yes |
RFC | no |
BC Break | no |