Skip to content

Commit 0aae377

Browse files
committed
update readme and releasing
1 parent c82ceec commit 0aae377

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Releasing
33

44
1. Create a new branch called `release/X.Y.Z`
55
2. `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
77
4. `git commit -am "Create release X.Y.Z."` (where X.Y.Z is the new version)
88
5. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
99
6. Upgrade to next version by changing version in `gradle.properties`
@@ -14,7 +14,7 @@ Releasing
1414

1515
Example (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
1818
2. `git checkout -b release/1.3.1`
1919
3. Change VERSION_NAME = 1.3.1 (next higher version)
2020
4. `git commit -am "Create release 1.3.1"`

0 commit comments

Comments
 (0)