separate release and mirror
This commit is contained in:
parent
bd354fb57d
commit
632fbe9cb1
10 changed files with 30 additions and 17 deletions
16
templates/release/release.config.cjs
Normal file
16
templates/release/release.config.cjs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/**
|
||||
* @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/exec", {
|
||||
prepareCmd: "npm pkg set version=${nextRelease.version}",
|
||||
publishCmd: "npm publish --access public",
|
||||
}],
|
||||
"@markwylde/semantic-release-gitea",
|
||||
],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue