Skip to content

Commit

Permalink
ci: add more release-please files (#4)
Browse files Browse the repository at this point in the history
* build: agree to gradle TOS

* ci: make release-please-config.json

* docs: add sonar badge

* ci: add release please files
  • Loading branch information
tacascer authored Apr 8, 2024
1 parent 4407add commit c1fdd30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.0.1"
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.tacascer"
version = "0.1-SNAPSHOT" // x-release-please-version
version = "0.0.1" // x-release-please-version

repositories {
mavenCentral()
Expand Down

0 comments on commit c1fdd30

Please sign in to comment.