feat(regime)
This commit is contained in:
commit
f04afd6cca
36 changed files with 1058 additions and 0 deletions
13
templates/tools-semantic-release/release.config.cjs
Normal file
13
templates/tools-semantic-release/release.config.cjs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/**
|
||||
* @type {import('semantic-release').GlobalConfig}
|
||||
*/
|
||||
module.exports = {
|
||||
repositoryUrl: "https://code.quickbasic.org/sigitex/<<repo>>.git",
|
||||
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