-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pengbo43
committed
Oct 14, 2022
1 parent
57c3a73
commit 73893f4
Showing
3 changed files
with
130 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? | ||
}; |