Skip to content

Commit

Permalink
preparing 1.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emarc-m committed Jul 9, 2021
1 parent 8793135 commit 7cc633e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Prepend the changelog with this template on every release.
-->

## [Unreleased]
- Removed reliance on JCenter (#87)

## [1.4.3] - Released March 3, 2021
- Moved artifact publishing from JCenter to Maven Central (#81)
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ We currently deploy to Maven Central (via Sonatype's OSS Nexus instance).
```
1. Configure your Sonatype credentials in ~/.gradle/gradle.properties:
```gradle
SONATYPE_NEXUS_USERNAME=<nexus username>
SONATYPE_NEXUS_PASSWORD=<nexus password>
mavenCentralUsername=<nexus username>
mavenCentralPassword=<nexus password>
SONATYPE_STAGING_PROFILE=com.getkeepsafe
```
1. Configure git with your codesigning key; make sure it's the same as the one
Expand Down

0 comments on commit 7cc633e

Please sign in to comment.