From 21faf729d4f175eab2ddf7ef7e3a85fe22ec5816 Mon Sep 17 00:00:00 2001 From: bio-boris Date: Fri, 15 Apr 2022 16:11:43 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 From 3d8f8205e35a6d2081621457d8782fce45a59a83 Mon Sep 17 00:00:00 2001 From: bio-boris Date: Fri, 15 Apr 2022 16:14:09 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 From 06fa843c62db7a3de28035c4191879534cc77b2c Mon Sep 17 00:00:00 2001 From: bio-boris Date: Fri, 15 Apr 2022 16:16:55 -0500 Subject: [PATCH 3/3] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 32786aa4..44517d51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.18 +0.0.19