We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078cca1 commit bf0c412Copy full SHA for bf0c412
.github/workflows/docker-publish.yml
@@ -29,8 +29,8 @@ jobs:
29
with:
30
title: "Update package.json version"
31
branch: update-version
32
- commit-message: "Update package.json version"
33
- body: "Update the version of \`package.json\` as part of the release process."
+ commit-message: Update package.json version
+ body: Update the version of `package.json` as part of release process
34
delete-branch: true
35
base: main
36
0 commit comments