diff --git a/build.gradle b/build.gradle index cfb9c01e..94585863 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.0' + classpath 'com.android.tools.build:gradle:3.5.1' classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0' } } diff --git a/gradle.properties b/gradle.properties index aea3b99f..af0f468c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ android.enableJetifier=true android.enableBuildCache=true android.buildCacheDir=build/pre-dex-cache -VERSION_NAME=4.1.1-SNAPSHOT +VERSION_NAME=4.1.2-SNAPSHOT GROUP=io.noties.markwon POM_DESCRIPTION=Markwon markdown for Android diff --git a/release-management.md b/release-management.md index 98e98dd5..36efc91f 100644 --- a/release-management.md +++ b/release-management.md @@ -17,7 +17,8 @@ should all release preparations be done (removing all mentions of SNAPSHOT and u version name). Then a pull-request is issued from this branch to `master`. After a pull-request is resolved (merged to `master`) all changes must be reflected in `develop` -branch (merge with `master`) and `-SNAPSHOT` suffix must be added to the `VERSION_NAME`. +branch (merge with `master`), next `VERSION_NAME` must be assigned with `-SNAPSHOT` suffix and published to snapshot Maven repo +(snapshot users will see an update available). The issuer branch (with version name) should be deleted. A new version must be pushed to MavenCentral and new git-tag with version name must be