Skip to content

Commit defc1cf

Browse files
committed
Prepare for release 0.2.2.
1 parent 9b3cabb commit defc1cf

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [0.2.2] - 2024-01-23
3+
## [0.2.2] - 2024-01-24
44

55
* Upgrade AGP to 8.2.2
66

RELEASING.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Releasing
2+
3+
1. Change the version in `gradle.properties` to a non-SNAPSHOT verson.
4+
2. Update the `CHANGELOG.md` for the impending release.
5+
3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
6+
4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
7+
5. Update the `gradle.properties` to the next SNAPSHOT version.
8+
6. `git commit -am "Prepare next development version."`
9+
7. `git push && git push --tags`
10+
8. Wait until the "Publish a release" action completes, then visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifacts.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=app.cash.better.dynamic.features
2-
VERSION_NAME=0.3.0-SNAPSHOT
2+
VERSION_NAME=0.2.2
33

44
POM_URL=https://github.com/cashapp/better-dynamic-features/
55
POM_SCM_URL=https://github.com/cashapp/better-dynamic-features/

0 commit comments

Comments
 (0)