feat(regime)
This commit is contained in:
commit
2a3ffc4d0e
33 changed files with 961 additions and 0 deletions
6
templates/tools-semantic-release/release.config.mjs
Normal file
6
templates/tools-semantic-release/release.config.mjs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/**
|
||||
* @type {import('semantic-release').GlobalConfig}
|
||||
*/
|
||||
export default {
|
||||
branches: ["main"],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue