We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971e7ee commit f61258dCopy full SHA for f61258d
.github/workflows/release-please.yml
@@ -5,7 +5,7 @@ on:
5
name: release-please
6
jobs:
7
# 自动生成changelog 和 提交release pr
8
- release-please:
+ changlelog-pr:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: GoogleCloudPlatform/release-please-action@v2
@@ -14,7 +14,7 @@ jobs:
14
release-type: node
15
package-name: release-please-action
16
# 合入pr时自动打tag
17
+ tag:
18
19
20
0 commit comments