Skip to content

Commit af3a219

Browse files
authored
command to get change log (#716)
1 parent b9334d8 commit af3a219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Preparation
44
- Create a new branch containing the following changes:
5-
- Update CHANGELOG.md with new version number and list of changes extracted from `git log`.
5+
- Update CHANGELOG.md with new version number and list of changes extracted from `git log --pretty=oneline --pretty=format:"- %s" <lastest_release_tag>..HEAD`.
66
- Add the new version reference in `xarray-spatial/docs/source/releases.json`
77
- Check that the new version number is included in `smv_tag_whitelist` in `docs/source/conf.py` so that the docs will be built and uploaded by CI.
88
- Commit changes and submit them as a PR to the `master` branch.

0 commit comments

Comments
 (0)