Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Release 2.34.0 #1132

Closed
7 of 8 tasks
jwalgran opened this issue Oct 13, 2020 · 0 comments
Closed
7 of 8 tasks

Release 2.34.0 #1132

jwalgran opened this issue Oct 13, 2020 · 0 comments
Assignees

Comments

@jwalgran
Copy link
Contributor

jwalgran commented Oct 13, 2020

  • Start a new release branch:
$ git flow release start 2.34.0
  • Rotate CHANGELOG.md (following Keep a Changelog principles)
  • Ensure outstanding changes are committed:
$ git status # Is the git staging area clean?
$ git add CHANGELOG.md
$ git commit -m "2.34.0"
  • Publish the release branch:
$ git flow release publish 2.34.0
  • Test the release branch on staging
  • Start a new release pipeline job with the SHA (see command below) of release/2.34.0 that was tested on staging
$ git rev-parse --short HEAD
  • Run migrations, if applicable (see the showmigrations release pipeline stage):
$ ./scripts/manage ecsmanage -e production migrate
  • Finish and publish the release branch:
    • When prompted, keep default commit messages
    • Use 2.34.0 as the tag message
$ git flow release finish -p 2.34.0 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant