You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Moving the "Unreleased" notes in the changelog to a section titled with the new version number
Bumping the versions in the CLI and Cabal files
Copy major changes to the "What's New" section of the README
Create a new git tag with git tag -a "vX.Y.Z" -m "", and push with git push --tags
The text was updated successfully, but these errors were encountered:
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:
git tag -a "vX.Y.Z" -m ""
, and push withgit push --tags
The text was updated successfully, but these errors were encountered: