Skip to content

Commit

Permalink
build: optimize release process
Browse files Browse the repository at this point in the history
  • Loading branch information
bingtsingw committed Jun 19, 2023
1 parent 24fc6ef commit ff2fc77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
},
"github": {
"release": true,
"releaseName": "v${version}"
"releaseName": "v${version}",
"tokenRef": "RELEASE_IT_GITHUB_TOKEN"
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@bingtsingw-c/xstools",
"version": "0.1.2",
"author": {
"name": "bingtsingw"
},
"type": "module",
"exports": {
"import": "./dist/index.js",
Expand Down

0 comments on commit ff2fc77

Please sign in to comment.