feat: Initial commit

This commit is contained in:
oSumAtrIX
2022-03-21 16:19:51 +01:00
parent 89dec2fbf9
commit bee5f2faed
15 changed files with 518 additions and 0 deletions

25
.releaserc Normal file
View File

@ -0,0 +1,25 @@
{
"branches": [
"main",
{
"name": "dev",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"gradle-semantic-release-plugin",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"gradle.properties"
]
}
],
"@semantic-release/github"
]
}