Update and rename .releaserc.yaml to .releaserc
This commit is contained in:
parent
6d1a211bef
commit
27e47c04a6
2 changed files with 18 additions and 17 deletions
18
.releaserc
Normal file
18
.releaserc
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"branches": [
|
||||
"main",
|
||||
{
|
||||
"name": "next",
|
||||
"prerelease": true
|
||||
}
|
||||
],
|
||||
"debug": true,
|
||||
"ci": true,
|
||||
"dryRun": false,
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/git",
|
||||
"@semantic-release/github"
|
||||
]
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
branches:
|
||||
- main
|
||||
- name: next
|
||||
prerelease: true
|
||||
debug: true
|
||||
ci: true
|
||||
dryRun: false
|
||||
plugins:
|
||||
- "@semantic-release/commit-analyzer"
|
||||
- "@semantic-release/release-notes-generator"
|
||||
- "@semantic-release/git"
|
||||
assets:
|
||||
- "dist/**/*.{js,css}"
|
||||
- "docs"
|
||||
- "package.json"
|
||||
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||
- "@semantic-release/github"
|
Loading…
Add table
Reference in a new issue