optima35/Gitversion.yml
Mr Finchum f0e357e940 feat: Adds pipline automation
Adds pipline for versioning, buildign and publishing to pypi.
2025-01-21 18:42:22 +00:00

5 lines
393 B
YAML

---
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-,/\\\\]*\\))?:"