1
0
Fork 0

feat: initial commit

This commit is contained in:
Vojtěch Mareš 2021-11-27 13:02:19 +01:00
commit 94c046e7e7
11 changed files with 89 additions and 0 deletions

19
.releaserc.yml Normal file
View file

@ -0,0 +1,19 @@
verifyConditions:
- "@semantic-release/gitlab"
prepare:
generateNotes:
- "@semantic-release/release-notes-generator"
publish:
- "@semantic-release/gitlab"
success: false
fail: false
npmPublish: false
tagFormat: ${version}
plugins:
- - "@semantic-release/commit-analyzer"
- preset: angular
parserOpts:
- "BREAKING CHANGE"
- "BREAKING CHANGES"
- "BREAKING"
- - "@semantic-release/release-notes-generator"