Skip to content

Commit 8878f22

Browse files
chore: remove prerelease setting in release-please config (#5363)
* chore: remove prerelease setting in release-please config * Remove --tag next too
1 parent c514c0b commit 8878f22

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/release-please/config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"release-type": "node",
44
"include-component-in-tag": false,
55

6-
"prerelease": true,
7-
"versioning": "prerelease",
8-
96
"changelog-sections": [
107
{ "type": "feat", "section": "🌟 Features", "hidden": false },
118
{ "type": "fix", "section": "🩹 Fixes", "hidden": false },

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- name: Install dependencies
4646
run: npm ci --ignore-scripts --force --no-fund --no-audit
4747

48-
- run: npm publish --provenance --access public --tag=next
48+
- run: npm publish --provenance --access public
4949
env:
5050
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)