chore: merge branch dev to main (#174)

This commit is contained in:
oSumAtrIX 2022-12-15 21:46:55 +01:00 committed by GitHub
commit 9b9fad7cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 8 deletions

View File

@ -7,11 +7,7 @@
}
],
"plugins": [
["@semantic-release/commit-analyzer", {
"releaseRules": [
{"type": "build", "release": "patch"}
]
}],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"gradle-semantic-release-plugin",
@ -31,7 +27,8 @@
{
"path": "build/libs/*all.jar"
}
]
],
successComment: false
}
],
[

View File

@ -1,3 +1,7 @@
## [2.17.1-dev.2](https://github.com/revanced/revanced-cli/compare/v2.17.1-dev.1...v2.17.1-dev.2) (2022-12-15)
## [2.17.1-dev.1](https://github.com/revanced/revanced-cli/compare/v2.17.0...v2.17.1-dev.1) (2022-12-15)
# [2.17.0](https://github.com/revanced/revanced-cli/compare/v2.16.1...v2.17.0) (2022-12-14)

View File

@ -41,7 +41,9 @@ tasks {
manifest {
attributes("Main-Class" to "app.revanced.cli.main.MainKt")
}
minimize()
minimize {
exclude(dependency("org.jetbrains.kotlin:.*"))
}
}
// Dummy task to fix the Gradle semantic-release plugin.
// Remove this if you forked it to support building only.

View File

@ -1,2 +1,2 @@
kotlin.code.style = official
version = 2.17.0
version = 2.17.1-dev.2