Skip to content

Commit

Permalink
fix: add prerelease mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yeyan1996 committed Apr 30, 2024
1 parent 5a03f76 commit 15535de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
- name: install dependencies
run: pnpm install
- name: enter prerelease
run: changeset pre enter
- name: create and publish versions
uses: changesets/action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"jsdoc"
],
"engines": {
"node": "16"
"node": ">=16"
},
"repository": {
"type": "github",
Expand Down

0 comments on commit 15535de

Please sign in to comment.