Skip to content

Commit

Permalink
Release 1.6.1 (#96)
Browse files Browse the repository at this point in the history
* Update release step 9
  • Loading branch information
drewhamilton committed Apr 7, 2023
1 parent 0fb0197 commit cdeff6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 1.6.1
_2023-04-06_

Compile with Kotlin 1.8.10 and Android SDK 33.

Improve superscript and subscript rendering in `DeferredText` Compose adapter.

## 1.6.0
_2021-09-29_

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In all steps, replace "x.y.z" with the actual version being released.
6. Open a PR to the main branch titled "Release x.y.z". Obtain approval and squash/merge.
7. Tag the merged PR commit `x.y.z` and push the tag.
8. Wait for the "release" Action to complete.
9. `startship release -u backbaseOssSonatypeUsername -p backbaseOssSonatypePassword -c com.backbase.oss.deferredresources:deferred-resources,deferred-resources-view-extensions,deferred-resources-compose-adapter:x.y.z`
9. Log in to Sonatype Nexus and close and release the staging repository.
10. Create the release on GitHub with release notes copied from the changelog.

If step 10 fails; drop the Sonatype repo, delete the tag, fix the problem, and start again.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ publishGroup=com.backbase.oss.deferredresources
# Actions for release to fail.
# Supported: 1.2.3, 1.3.0, 1.3.0-alpha01, 1.3.1-alpha01, 1.3.1-SNAPSHOT
# Not supported: 1.3.0-alpha.1, 1.3.0.1
libraryVersion=1.7.0-SNAPSHOT
libraryVersion=1.6.1

# Whether the Compose adapter module is compiled with the project.
composeEnabled=true
Expand Down

0 comments on commit cdeff6d

Please sign in to comment.