Skip to content

Commit 8c9951e

Browse files
committed
remove beta tag on release-please workflow
1 parent 7e00236 commit 8c9951e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"versioning": "prerelease",
3-
"prerelease": true,
2+
"prerelease": false,
43
"prerelease-type": "beta",
54
"release-type": "simple",
65
"include-component-in-tag": false,

.github/workflows/code-release-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
config-file: .github/release-please-config.json
2121
manifest-file: .github/.release-please-manifest.json
22+
versining-strategy: default

0 commit comments

Comments
 (0)