cairo-contracts icon indicating copy to clipboard operation
cairo-contracts copied to clipboard

Automate milestone changes after release

Open ggonzalez94 opened this issue 1 year ago • 2 comments

🧐 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 avatar Sep 05 '24 19:09 ggonzalez94

@andrew-fleming This is the process correct?

ggonzalez94 avatar Sep 05 '24 19:09 ggonzalez94

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

andrew-fleming avatar Sep 05 '24 21:09 andrew-fleming