36 lines
742 B
Plaintext
36 lines
742 B
Plaintext
|
|
branches:
|
||
|
|
- name: main
|
||
|
|
channel: stable
|
||
|
|
|
||
|
|
- name: development
|
||
|
|
prerelease: rc
|
||
|
|
channel: beta
|
||
|
|
|
||
|
|
|
||
|
|
plugins:
|
||
|
|
- - "@semantic-release/commit-analyzer"
|
||
|
|
- releaseRules:
|
||
|
|
- type: backport
|
||
|
|
release: patch
|
||
|
|
|
||
|
|
- - "@semantic-release/release-notes-generator"
|
||
|
|
- presetConfig:
|
||
|
|
types:
|
||
|
|
- type: backport
|
||
|
|
section: Backports
|
||
|
|
- type: feat
|
||
|
|
section: Features
|
||
|
|
- type: fix
|
||
|
|
section: Bug Fixes
|
||
|
|
|
||
|
|
|
||
|
|
- - "@semantic-release/changelog"
|
||
|
|
- changelogFile: CHANGELOG.md
|
||
|
|
|
||
|
|
- - "@semantic-release/git"
|
||
|
|
- assets:
|
||
|
|
- CHANGELOG.md
|
||
|
|
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||
|
|
|
||
|
|
preset: conventionalcommits
|
||
|
|
ci: false
|