Skip to content

Commit 55ea6c4

Browse files
committed
refactor: udpate msg when release
1 parent 1739342 commit 55ea6c4

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@v1
3737
with:
38-
node-version: 24
38+
node-version: 20
3939
registry-url: 'https://registry.npmjs.org'
4040
- name: Install dependencies
4141
run: yarn install
@@ -65,7 +65,7 @@ jobs:
6565
uses: joelwmale/webhook-action@master
6666
with:
6767
url: 'https://hook-rc.pingcode.com/api/flow/w/http/357bdd4f00f34bfab2f878ad3b9e8b48'
68-
body: '{ "version": "${{ steps.read-version.outputs.prop }}", "name": "tethys-pro" }'
68+
body: '{ "version": "${{ steps.read-version.outputs.prop }}", "name": "tethys-store" }'
6969
autoMerge:
7070
if: startsWith(github.head_ref, 'release-auto-')
7171
needs: [publish]

.wpmrc.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
allowBranch: ['master', 'v0.*'],
2+
allowBranch: ['master', 'v0.*', 'release-*', 'release-auto-*'],
33
bumpFiles: [
44
'package.json',
55
'package-lock.json',
@@ -9,7 +9,10 @@ module.exports = {
99
type: 'code'
1010
}
1111
],
12-
skip: {},
12+
skip: {
13+
changelog: true,
14+
confirm: true
15+
},
1316
commitAll: true,
1417
hooks: {
1518
prepublish: 'yarn build',

0 commit comments

Comments
 (0)