Skip to content

Commit 1fd20b2

Browse files
configure release please and release action for alpha release
1 parent 036d901 commit 1fd20b2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release_6.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
ignore_install_scripts: true
102102

103-
- run: npm publish --provenance
103+
- run: npm publish --provenance --tag alpha
104104
if: ${{ needs.release_please.outputs.release_created }}
105105
env:
106106
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

release-please-config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
"release-type": "node",
88
"bump-minor-pre-major": false,
99
"bump-patch-for-minor-pre-major": false,
10-
"draft": false
10+
"draft": false,
11+
"prerelease-type": "alpha",
12+
"prerelease": true,
13+
"versioning": "prerelease"
1114
}
1215
},
1316
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
14-
}
17+
}

0 commit comments

Comments
 (0)