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

Implement a tool to create releases #9

Open
12 tasks
jwdunne opened this issue Feb 22, 2021 · 0 comments
Open
12 tasks

Implement a tool to create releases #9

jwdunne opened this issue Feb 22, 2021 · 0 comments

Comments

@jwdunne
Copy link
Member

jwdunne commented Feb 22, 2021

In general, we need mechanisms to:

  • Prevent releases on broken builds
  • Prevent releases on an incorrect branch
  • Prevent releases that contain no changes
  • Generate release notes
  • Update the changelog with release notes and commit
  • Calculate the new version number
  • Create a git tag with that version number
  • Create a new release branch for major/minor versions
  • Push new tag to origin

These mechanisms should then compose together such that there is a clean and usable interface to:

  1. Release a patch on a release branch
  2. Release a minor version on mainline
  3. Release a major version on mainline
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