Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Jul 29, 2022
1 parent 877bfbc commit ca89ab6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change Log

## Version 0.1.0

_2022-07-29_

* Initial Release
13 changes: 13 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Releasing
=========

1. Change the version in `kmp4free/gradle.properties` to a non-SNAPSHOT version.
2. Update the `README.md` to reflect the new version number.
3. Update the `CHANGELOG.md` for the impending release.
4. `git commit -am "Release X.Y.Z."` (where X.Y.Z is the new version)
5. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
6. `git push && git push --tags` to trigger CI to deploy the release.
7. Update the `gradle.properties` to the next SNAPSHOT version.
8. `git commit -am "Prepare next development version."`
9. `git push`
10.
2 changes: 1 addition & 1 deletion kmp4free/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.handstandsam.kmp4free
VERSION_NAME=0.1.0-SNAPSHOT
VERSION_NAME=0.1.0

POM_ARTIFACT_ID=kmp4free
POM_NAME=kmp4free
Expand Down

0 comments on commit ca89ab6

Please sign in to comment.