]> xenbits.xensource.com Git - xen-guest-agent.git/commitdiff
release.md: don't miss CHANGELOG
authorYann Dirson <yann.dirson@vates.fr>
Mon, 29 Jan 2024 09:57:00 +0000 (10:57 +0100)
committerYann Dirson <yann.dirson@vates.fr>
Mon, 29 Jan 2024 09:59:31 +0000 (10:59 +0100)
Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
doc/release.md

index 634c0efe01aa8c10cd67ec6fd4e1a9dd11b10ed9..909c07696eca580d3bab24994cf141ae16a9f79e 100644 (file)
@@ -22,7 +22,7 @@ operations:
   - update version in `Cargo.toml`
   - set release date in `CHANGELOG.md`, add link to prospective URL for Gitlab release
   - run `cargo tree` (or any cargo command updating the version in `Cargo.lock`
-  - `git commit Cargo.toml Cargo.lock -m "Release version $VERSION"`
+  - `git commit Cargo.toml Cargo.lock CHANGELOG.md -m "Release version $VERSION"`
 - `git tag $VERSION -m $VERSION`, push
 - create post-release pull request
   - update version in Cargo.toml to $NEXTVERSION-dev