Skip to content

Commit

Permalink
Update git command to summarize changes since latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgazz committed Aug 6, 2024
1 parent cc2056e commit 81f3121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Single commit releases and patch releases don't need a release candidate.
1. Bump version in kmax/about.py (perhaps this should be automated from [or to] git somehow?)
2. Add a new tag for the version in git, prefixed with a "v", e.g., v4.3.1, annotated with a description of the new version. Use this to get a log of changes

git log --pretty="- %s" v4.5.2..HEAD
git log --no-merges --pretty="- %s" $(git describe --tag --abbrev=0)..HEAD

3. Make a release on github for major, minor, and patch version changes, using the same description from above for the release.
4. Publish to pypi (see scripts/pypi.sh)

0 comments on commit 81f3121

Please sign in to comment.