Sync with master

This commit is contained in:
Dimitry Ivanov 2019-08-29 14:51:25 +03:00
parent aee6e49b1f
commit 27d835846e
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ android.enableJetifier=true
android.enableBuildCache=true
android.buildCacheDir=build/pre-dex-cache
VERSION_NAME=4.1.1
VERSION_NAME=4.1.1-SNAPSHOT
GROUP=io.noties.markwon
POM_DESCRIPTION=Markwon markdown for Android

View File

@ -18,6 +18,7 @@ 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`.
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
created in the repository.