Update and rename .releaserc.yaml to .releaserc

This commit is contained in:
Axel Olausson Holtenäs 2022-12-13 17:50:51 +01:00 committed by GitHub
parent 6d1a211bef
commit 27e47c04a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 17 deletions

18
.releaserc Normal file
View 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"
]
}

View file

@ -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"