-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters