Drop initial code
This commit is contained in:
36
.releaserc
Normal file
36
.releaserc
Normal file
@@ -0,0 +1,36 @@
|
||||
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
|
||||
Reference in New Issue
Block a user