ci: Change CI
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @type {import('semantic-release').GlobalConfig}
|
||||
*/
|
||||
module.exports = {
|
||||
branches: ['master', {name: 'dev', prerelease: true}],
|
||||
branches: ['main'],
|
||||
plugins: [
|
||||
[
|
||||
'@semantic-release/commit-analyzer',
|
||||
@@ -44,7 +44,7 @@ module.exports = {
|
||||
[
|
||||
"@semantic-release/exec",
|
||||
{
|
||||
publishCmd: 'echo "\n\n${nextRelease.notes}" >> CHANGELOG.md'
|
||||
publishCmd: 'echo -e "${nextRelease.notes}\n\n$(cat CHANGELOG.md)" > CHANGELOG.md'
|
||||
}
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user