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

Document the release process #127

Open
langston-barrett opened this issue Oct 17, 2020 · 0 comments
Open

Document the release process #127

langston-barrett opened this issue Oct 17, 2020 · 0 comments

Comments

@langston-barrett
Copy link
Collaborator

Now that we have releases (#67), it would be great to document the process of cutting a new release so we never have malformed releases. At a minimum, this should include:

  1. Moving the "Unreleased" notes in the changelog to a section titled with the new version number
  2. Bumping the versions in the CLI and Cabal files
  3. Copy major changes to the "What's New" section of the README
  4. Create a new git tag with git tag -a "vX.Y.Z" -m "", and push with git push --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant