feat(regime)
This commit is contained in:
commit
1f712c1c84
37 changed files with 1059 additions and 0 deletions
12
templates/tools-semantic-release/release.config.mjs
Normal file
12
templates/tools-semantic-release/release.config.mjs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* @type {import('semantic-release').GlobalConfig}
|
||||
*/
|
||||
export default {
|
||||
branches: ["main"],
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
["@semantic-release/npm", { npmPublish: false }],
|
||||
"@markwylde/semantic-release-gitea",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue