Skip to content

Commit

Permalink
Merge pull request #51 from guardian/ts/nl/improve-release
Browse files Browse the repository at this point in the history
chore: Release version 1.6.2 and update README
  • Loading branch information
tjsilver authored Aug 7, 2023
2 parents 8fc341c + 6be316d commit c94e80e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ _A configuration library without any magic_
## Releasing

Run `sbt release` at the root to publish the artifacts to sonatype. For instructions on how to set up publishing, visit [this doc](https://docs.google.com/document/d/1rNXjoZDqZMsQblOVXPAIIOMWuwUKe3KzTCttuqS7AcY/edit).
Once the release is complete, push the automated commit to `main` which updated `version.sbt` as part of the release process.

[!IMPORTANT]
For some reason, releases are not promoted from staging, so you will need to do this manually if you notice your package sitting in [staging](https://oss.sonatype.org/#stagingRepositories). First 'close' the staged package, then choose 'release' and this will promote it to Maven.
Our investigations imply that the `releaseStepCommand("sonatypeBundleRelease")` step is not running during release, but this has not been fully investigated for time reasons.

## Goal
This library will help you load the configuration of your application from S3 or the SSM parameter store.
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.6.1-SNAPSHOT"
ThisBuild / version := "1.6.3-SNAPSHOT"

0 comments on commit c94e80e

Please sign in to comment.