Skip to content

Commit 9814627

Browse files
authoredApr 8, 2024··
chore: release latest version (#218)
* chore: release latest version * chore: rm tag --next
1 parent aa580f4 commit 9814627

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎.github/release-please/config.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"release-type": "node",
3-
"prerelease": true,
4-
"versioning": "prerelease",
3+
"prerelease": false,
54
"include-component-in-tag": false,
65
"changelog-sections": [
76
{ "type": "feat", "section": "Features", "hidden": false },

‎.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ steps.release.outputs.release_created }}
2727
- run: |
2828
npm install
29-
npm publish --provenance --tag next
29+
npm publish --provenance
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3232
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)
Please sign in to comment.