Skip to content

Commit 67e973b

Browse files
committed
Revert "chore: make generated commits use conventional commit messages"
This reverts commit 1f35345.
1 parent d5712fd commit 67e973b

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 "chore: Add release branches to the playbooks for release $docs_version"
148+
git commit -m "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)