We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66db118 commit bdf8329Copy full SHA for bdf8329
script/release_prep.sh
@@ -20,7 +20,7 @@ echo -e "### $VERSION\n$(cat CHANGELOG.md)" > CHANGELOG.md
20
echo "Appended Changelog to $VERSION"
21
22
git add CHANGELOG.md pact/__version__.py
23
-git commit -m "Releasing version $VERSION"
+git commit -m "chore: Releasing version $VERSION"
24
25
git tag -a "$TAG_NAME" -m "Releasing version $VERSION" && git push origin master --tags
26
0 commit comments