diff --git a/CHANGELOG.md b/CHANGELOG.md index 8896d9a2..3affa19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - +## [0.0.19] - 2022-04-15 +### Added +- github actions to build `develop`, `pr-x` and released version (e.g. `1.2.3`) Tags +- instructions for how to release to production ## [0.0.18] - 2022-03-02 ### Added diff --git a/README.md b/README.md index fa850c76..27dc43dc 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,8 @@ The CI service is available in the `relationapi` service * If the deployment suceeded, you can finish the upgrade. If not, you can press the rollback button. (For deployments to other environments, request help from the #devops channel) + +## How to Deploy to production +* Merge from Develop to Main +* Draft a release using semantic versioning (e.g 1.2.3) by creating a tag with the target of Main +* Ensure release notes are updated manually and/or by AutoGenerate Release Notes diff --git a/VERSION b/VERSION index 32786aa4..44517d51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.18 +0.0.19