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

Release 0.9.4 #239

Closed
7 tasks done
rajadain opened this issue Jun 22, 2023 · 3 comments
Closed
7 tasks done

Release 0.9.4 #239

rajadain opened this issue Jun 22, 2023 · 3 comments
Assignees

Comments

@rajadain
Copy link
Contributor

rajadain commented Jun 22, 2023

  • Start a new release branch:
    git flow release start 0.9.4
  • 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 "0.9.4"
  • Publish the release branch:
    git flow release publish 0.9.4
  • Test the release branch on staging
  • Start a new release pipeline job with the SHA (see command below) of release/0.9.4 that was tested on staging
    git rev-parse --short HEAD
  • Finish and publish the release branch:
    • When prompted, keep default commit messages
    • Use 0.9.4 as the tag message
    git flow release finish -p 0.9.4
@rajadain rajadain self-assigned this Jun 22, 2023
@rajadain
Copy link
Contributor Author

Blocked awaiting Kyle's approval of #238

@rajadain rajadain removed the blocked label Sep 13, 2023
@rajadain
Copy link
Contributor Author

Unblocked. Should include #238 and #241 in this release.

@rajadain
Copy link
Contributor Author

Deployed to production:

image

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

No branches or pull requests

1 participant