Skip to content

Commit a4c17b6

Browse files
committed
build(config): update release script conventional commit message
1 parent 6822911 commit a4c17b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config/release-git-tag.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
./release-npm-update-version-package-json.bash "$version"
3232

3333
# Create release commit
34-
git commit --message="release: @streamr/config ${version}"
34+
git commit --message="release(config): @streamr/config ${version}"
3535
git push
3636
# Create tag
3737
git tag --message="Release config/${version}" --annotate "config/v${version}"

0 commit comments

Comments
 (0)