From 50d04f1c9eaecd1c97211fc1e76f00eb48edcb94 Mon Sep 17 00:00:00 2001 From: Adam Ramberg Date: Fri, 4 Aug 2023 23:41:57 +0200 Subject: [PATCH] Add a last step to PUBLISHING.md --- PUBLISHING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PUBLISHING.md b/PUBLISHING.md index aa5a6027..ec528b93 100644 --- a/PUBLISHING.md +++ b/PUBLISHING.md @@ -13,3 +13,4 @@ _Here is a check list for publishing a new version:_ - [] Run `GIT_USER= \ CURRENT_BRANCH=master \ npm run publish-gh-pages` to publish the website. - [] Create a new release under `releases` on the Github repo. - [] From the root run `npm run publish:all`. This is only possible for me (Adam Ramberg) at the moment. Will need to look into a solution for this. +- [] If master and canary have deviated, then checkout canary, run `git reset --hard master` and force push in order to make them idenctical. This ensures that the work on the next release can start from a clean slate.