Skip to content

Commit

Permalink
release: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pengbo43 committed Oct 14, 2022
1 parent 57c3a73 commit 73893f4
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 8 deletions.
132 changes: 127 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^10.2.10",
"prettier": "^2.7.1",
"release-pkg": "^1.0.3",
"release-pkg": "^1.1.2",
"rimraf": "^3.0.2",
"typescript": "^4.8.2",
"vite": "2.9.9",
Expand Down
4 changes: 2 additions & 2 deletions release.pkg.js → release.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = {
releaseBranch: ['master', 'main'], // which git branch can be released
releaseUser: ['pengbo-study'], // who can publish this pkg
release: true, // auto publish or not
// release: true, // auto publish or not
scripts: {
build: 'build', // if exist, run build command
changelog: 'changelog', //if exist, run changelog command
},
tag: true // need git tag?
// tag: true // need git tag?
};

0 comments on commit 73893f4

Please sign in to comment.