Skip to content

Commit

Permalink
Ensure we push release changes in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rlvoyer committed Feb 18, 2022
1 parent 9d21e28 commit 3fd36c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ update_package_version $RELEASE_VERSION
capture_unreleased_changes_from_changelog $RELEASE_VERSION > CHANGELOG.md.tmp && mv CHANGELOG.md.tmp $HERE/../CHANGELOG.md
git add $HERE/../mxtodo.el $HERE/../CHANGELOG.md $HERE/../mxtodo-searcher/Cargo.toml && \
git commit -m "Updated version and CHANGELOG for release $RELEASE_VERSION."
git push

TAG="v$RELEASE_VERSION"

Expand Down

0 comments on commit 3fd36c3

Please sign in to comment.