Skip to content

Commit b746042

Browse files
committed
chore: update release please version
1 parent ad4ed0b commit b746042

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.github/workflows/pre-release.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on:
2+
push:
3+
branches:
4+
- dev
5+
6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
10+
name: release-please
11+
12+
jobs:
13+
release-please:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: google-github-actions/release-please-action@v4
17+
with:
18+
release-type: node
19+
target-branch: stage
20+
package-name: package.json
21+
labels: "stable"

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
release-please:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: google-github-actions/release-please-action@v3
17+
- uses: google-github-actions/release-please-action@v4
1818
with:
1919
release-type: node
2020
target-branch: main
21+
prerelease: true
2122
package-name: package.json
2223
labels: "stable"

0 commit comments

Comments
 (0)