Skip to content

Commit

Permalink
Prepare for release 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed Jan 24, 2024
1 parent 9b3cabb commit defc1cf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.2.2] - 2024-01-23
## [0.2.2] - 2024-01-24

* Upgrade AGP to 8.2.2

Expand Down
10 changes: 10 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Releasing

1. Change the version in `gradle.properties` to a non-SNAPSHOT verson.
2. Update the `CHANGELOG.md` for the impending release.
3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
5. Update the `gradle.properties` to the next SNAPSHOT version.
6. `git commit -am "Prepare next development version."`
7. `git push && git push --tags`
8. Wait until the "Publish a release" action completes, then visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifacts.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=app.cash.better.dynamic.features
VERSION_NAME=0.3.0-SNAPSHOT
VERSION_NAME=0.2.2

POM_URL=https://github.com/cashapp/better-dynamic-features/
POM_SCM_URL=https://github.com/cashapp/better-dynamic-features/
Expand Down

0 comments on commit defc1cf

Please sign in to comment.