Skip to content

Commit

Permalink
enable cutting a release without changing any version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates committed Feb 22, 2024
1 parent 72555ef commit 7711623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ fi
VERSION="$1"

$(dirname $0)/update-version.sh ${VERSION}
git commit -a -m "release ${VERSION}"
if [[ "$(git status --porcelain)" != "" ]]; then git commit -a -m "release ${VERSION}" ; fi
git tag -a "v${VERSION}" -m "release ${VERSION}"

0 comments on commit 7711623

Please sign in to comment.