From 46a232219d8dfeb2190077d31afcd28f22667c76 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Thu, 24 Nov 2022 20:27:09 -0800 Subject: [PATCH] Update changelog for release 0.14.0 --- CHANGELOG.md | 2 +- docs/MAINTENANCE.md | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b7606..994ed5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Future release +## Polaris 0.14.0 ### General diff --git a/docs/MAINTENANCE.md b/docs/MAINTENANCE.md index b1b5d4e..56043dc 100644 --- a/docs/MAINTENANCE.md +++ b/docs/MAINTENANCE.md @@ -1,14 +1,13 @@ # Maintenance ## How to make a release + +- Update CHANGELOG.md to reflect new release - On Github, go to **Actions**, select the **Make Release** workflow and click **Run workflow** - Select the branch to deploy (usually `master`) - Input a user-facing version name (eg: **0.13.0**) - Click the **Run workflow** button -- After CI completes, find the release on Github and write the changelog -- Move the release from Draft to Published - -Note that the Github web UI will separate the release from the corresponding tag until published. +- After CI completes, move the release from Draft to Published ## How to change the database schema