We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bb547 commit 67590ecCopy full SHA for 67590ec
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Release
+name: Release Please
2
3
on:
4
push:
@@ -12,6 +12,7 @@ permissions:
12
13
jobs:
14
release-please:
15
+ name: Create Release Pull Request
16
runs-on: ubuntu-latest
17
steps:
18
- uses: googleapis/release-please-action@v4
release-please-config.json
@@ -3,6 +3,7 @@
".": {
"release-type": "bazel",
5
"changelog-path": "CHANGELOG.md",
6
+ "pull-request-title-pattern": "chore: release ${version}",
7
"extra-files": [
8
"MODULE.bazel"
9
]
0 commit comments