-
-
Notifications
You must be signed in to change notification settings - Fork 98
[feature] Periodic automatic bugfix releases #521
Copy link
Copy link
Open
Labels
BlockedBlocked by a question / another pull request or constrain.Blocked by a question / another pull request or constrain.enhancementhelper-botsHelper bots, release management automationHelper bots, release management automation
Metadata
Metadata
Assignees
Labels
BlockedBlocked by a question / another pull request or constrain.Blocked by a question / another pull request or constrain.enhancementhelper-botsHelper bots, release management automationHelper bots, release management automation
Type
Projects
Status
Backlog
Requires more discussion and research.
Follow up of the efforts to make the release process easier and free up the time of maintainers (#496), related to #501, #502.
Depends on #520, #522.
I think it would be useful to write a github action that automatically publishes bug fixes release for us at the end of each month, if there's any bugfix release available in the latest stable branch.
I think the right way would be to execute the releaser tool on the latest stable branch, we'll need to issue a new github token for this set as organization secret, then we'll need to enable the github action in all the repos we maintain.
The output should be a pull request with the version bump and the change log (the releaser tool should already be able to do this, but we may need to allow to do it non interactively).