File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Analytics-Kotlin
2- [ ![ ] ( https://jitpack. io/v/segmentio/ analytics-kotlin.svg )] ( https://jitpack.io/#segmentio/ analytics- kotlin )
2+ [ ![ maven ] ( https://img.shields. io/maven-central/v/com.segment. analytics.kotlin/android )] ( https://repo1.maven.org/maven2/com/segment/ analytics/ kotlin/ )
33[ ![ ] ( https://github.com/segmentio/analytics-kotlin/actions/workflows/build.yml/badge.svg )] ( https://github.com/segmentio/analytics-kotlin/actions )
44[ ![ codecov] ( https://codecov.io/gh/segmentio/analytics-kotlin/branch/main/graph/badge.svg?token=U5FDRBZOXO )] ( https://codecov.io/gh/segmentio/analytics-kotlin )
55[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/segmentio/analytics-kotlin/badge.svg )] ( https://snyk.io/test/github/segmentio/analytics-kotlin )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Releasing
33
441 . Create a new branch called ` release/X.Y.Z `
552 . ` git checkout -b release/X.Y.Z `
6- 3 . Change the version in ` gradle.properties ` to your desired release version
6+ 3 . Change the version in ` gradle.properties ` and ` core/Consants.kt ` to your desired release version
774 . ` git commit -am "Create release X.Y.Z." ` (where X.Y.Z is the new version)
885 . ` git tag -a X.Y.Z -m "Version X.Y.Z" ` (where X.Y.Z is the new version)
996 . Upgrade to next version by changing version in ` gradle.properties `
@@ -14,7 +14,7 @@ Releasing
1414
1515Example (stable release)
1616========
17- 1 . Current VERSION_NAME in ` gradle.properties ` = 1.3.0
17+ 1 . Current VERSION_NAME in ` gradle.properties ` and LIBRARY_VERSION in ` core/Consants.kt ` is 1.3.0
18182 . ` git checkout -b release/1.3.1 `
19193 . Change VERSION_NAME = 1.3.1 (next higher version)
20204 . ` git commit -am "Create release 1.3.1" `
You can’t perform that action at this time.
0 commit comments