feat: Adds pipline automation
Adds pipline for versioning, buildign and publishing to pypi.
This commit is contained in:
parent
a737d09e7c
commit
f0e357e940
6 changed files with 48 additions and 11 deletions
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
|
||||
mode: Mainline
|
||||
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|patch|refactor|revert|style|test)(\\([\\w\\s-,/\\\\]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)" # noqa yaml[line-length]
|
||||
minor-version-bump-message: "^(build|chore|ci|docs|feat|refactor|revert|style|test)(\\([\\w\\s-,/\\\\]*\\))?:"
|
||||
patch-version-bump-message: "^(fix|patch)(\\([\\w\\s-,/\\\\]*\\))?:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue