Skip to content

Commit

Permalink
little helper strings
Browse files Browse the repository at this point in the history
  • Loading branch information
someodd committed Oct 10, 2024
1 parent c645162 commit 0b31db6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion reposcripts/prep-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@ sed -i -E "s/^version: [0-9]+(\.[0-9]+)*$/version: $VERSION/" package.yaml
# Update the `CHANGELOG.md``
./reposcripts/update-changelog.sh "$VERSION"

# Suggest the the tag command
echo "Please look over the changes, prepare for the release, then make the commit, and finally tag the release."

# Suggest the commit command
echo "git commit -m \"Prepare for release v$VERSION\""

# Suggest the tag command
echo "git tag -a v$VERSION -m \"release v$VERSION\""

0 comments on commit 0b31db6

Please sign in to comment.