Skip to content

Commit 1f35345

Browse files
committed
chore: make generated commits use conventional commit messages
1 parent 047a3c0 commit 1f35345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-new-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ publish_branch="publish-$docs_version"
145145
git checkout -b "$publish_branch"
146146

147147
git add .
148-
git commit -m "Add release branches to the playbooks for release $docs_version."
148+
git commit -m "chore: Add release branches to the playbooks for release $docs_version."
149149

150150
# Push the branch if requested
151151
if [ "$push" = true ]; then

0 commit comments

Comments
 (0)