Skip to content

Commit cdeff6d

Browse files
authored
Release 1.6.1 (#96)
* Update release step 9
1 parent 0fb0197 commit cdeff6d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 1.6.1
4+
_2023-04-06_
5+
6+
Compile with Kotlin 1.8.10 and Android SDK 33.
7+
8+
Improve superscript and subscript rendering in `DeferredText` Compose adapter.
9+
310
## 1.6.0
411
_2021-09-29_
512

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In all steps, replace "x.y.z" with the actual version being released.
1111
6. Open a PR to the main branch titled "Release x.y.z". Obtain approval and squash/merge.
1212
7. Tag the merged PR commit `x.y.z` and push the tag.
1313
8. Wait for the "release" Action to complete.
14-
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`
14+
9. Log in to Sonatype Nexus and close and release the staging repository.
1515
10. Create the release on GitHub with release notes copied from the changelog.
1616

1717
If step 10 fails; drop the Sonatype repo, delete the tag, fix the problem, and start again.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ publishGroup=com.backbase.oss.deferredresources
3434
# Actions for release to fail.
3535
# Supported: 1.2.3, 1.3.0, 1.3.0-alpha01, 1.3.1-alpha01, 1.3.1-SNAPSHOT
3636
# Not supported: 1.3.0-alpha.1, 1.3.0.1
37-
libraryVersion=1.7.0-SNAPSHOT
37+
libraryVersion=1.6.1
3838

3939
# Whether the Compose adapter module is compiled with the project.
4040
composeEnabled=true

0 commit comments

Comments
 (0)