Skip to content

Commit f434cb3

Browse files
committed
Merge branch 'main' into dev
2 parents 80f3814 + b746042 commit f434cb3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/pre.release.yml renamed to .github/workflows/pre-release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: google-github-actions/release-please-action@v3
16+
- uses: google-github-actions/release-please-action@v4
1717
with:
1818
release-type: node
19-
package-name: package.json
20-
labels: "Release candidate"
21-
prerelease: true
2219
target-branch: stage
20+
package-name: package.json
21+
labels: "stable"

.github/workflows/stable.release.yaml renamed to .github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches:
44
- stage
5+
- main
56

67
permissions:
78
contents: write
@@ -13,9 +14,10 @@ jobs:
1314
release-please:
1415
runs-on: ubuntu-latest
1516
steps:
16-
- uses: google-github-actions/release-please-action@v3
17+
- uses: google-github-actions/release-please-action@v4
1718
with:
1819
release-type: node
1920
target-branch: main
21+
prerelease: true
2022
package-name: package.json
2123
labels: "stable"

0 commit comments

Comments
 (0)