Skip to content

Commit

Permalink
Add release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolosay committed Jul 23, 2023
1 parent 5025837 commit 7903220
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// region Project

group = "io.github.mmolosay"
version = "1.0.0"
version = "1.1.0"

// endregion

Expand All @@ -28,6 +28,15 @@ dependencies {

// region Publishing & signing

/*
* 1. update version at the top
* 2. apply Gradle changes
* 3. ./gradlew publish
* 4. https://s01.oss.sonatype.org/#stagingRepositories
* 5. Close
* 6. Release
*/

publishing {
publications {
create<MavenPublication>("mavenJava") {
Expand Down

0 comments on commit 7903220

Please sign in to comment.