diff --git a/Readme.md b/Readme.md index 156ec03..929c2ee 100644 --- a/Readme.md +++ b/Readme.md @@ -7,6 +7,7 @@ _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. ## Goal This library will help you load the configuration of your application from S3 or the SSM parameter store. diff --git a/core/version.sbt b/core/version.sbt new file mode 100644 index 0000000..17c0562 --- /dev/null +++ b/core/version.sbt @@ -0,0 +1 @@ +ThisBuild / version := "1.6.0"