Skip to content
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

Automate milestone changes after release #1136

Open
ggonzalez94 opened this issue Sep 5, 2024 · 2 comments
Open

Automate milestone changes after release #1136

ggonzalez94 opened this issue Sep 5, 2024 · 2 comments

Comments

@ggonzalez94
Copy link
Collaborator

🧐 Motivation
Everytime there's a relese, the milestones need to be adjusted in order to accomodate the new cycle. The way it's done today:

  1. Delete current milestone
  2. Change the name of the other milestones(next -> current and after -> next)
  3. Create a new milestone named after

This can probably be automated via GH actions and can be run manually after every major release.

@ggonzalez94
Copy link
Collaborator Author

@andrew-fleming This is the process correct?

@andrew-fleming
Copy link
Collaborator

This is the process correct?

It can get weird with the milestone numbers that way. I also really don't like changing the name to bump. I do it like this:

  1. In the kanban, archive all issues in "Resolved"
  2. In the "Next" tab, change the "next" milestone in each issue to "current"
  3. Do the same with "After" to "Next"
  4. Go through backlog and add new issues to "After"

IMO this is less error prone since we're only changing the status of the issues through the dropdown menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants