Skip to content

Commit bdf8329

Browse files
committed
chore: Releasing version 1.2.0
1 parent 66db118 commit bdf8329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo -e "### $VERSION\n$(cat CHANGELOG.md)" > CHANGELOG.md
2020
echo "Appended Changelog to $VERSION"
2121

2222
git add CHANGELOG.md pact/__version__.py
23-
git commit -m "Releasing version $VERSION"
23+
git commit -m "chore: Releasing version $VERSION"
2424

2525
git tag -a "$TAG_NAME" -m "Releasing version $VERSION" && git push origin master --tags
2626

0 commit comments

Comments
 (0)