feat: Initiate package

This commit is contained in:
Mr Finchum 2025-01-31 12:14:06 +01:00
parent 85fc80d778
commit 30ade13aae
12 changed files with 276 additions and 91 deletions

5
GitVersion.yml Normal file
View file

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