We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4ed0b commit b746042Copy full SHA for b746042
.github/workflows/pre-release.yaml
@@ -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
@@ -14,9 +14,10 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- - uses: google-github-actions/release-please-action@v3
with:
release-type: node
target-branch: main
+ prerelease: true
22
package-name: package.json
23
labels: "stable"
0 commit comments