From 0f22ba7bf875f1844cd4d3cf31091e873562d8ee Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 22 Dec 2022 21:27:30 +0100 Subject: [PATCH] dev --- doc/dev.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/dev.md b/doc/dev.md index a691ff2..c6efaea 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -91,7 +91,8 @@ To create a new NPM release: - Prepare minor version in `package.json` if it should be bumped - Run `bb npm-publish`: this will compile, bump minor version, create tag and and push to npm and Github - Create Github release with updated links - +- `bb replace-version 0.4.11 0.5.12` +- `bb github-pages` To upgrade examples: