From 3700de1eba398ca271a6b41b8f54331ca182c6dd Mon Sep 17 00:00:00 2001 From: Laura Date: Wed, 18 Jan 2023 00:24:52 +0100 Subject: [PATCH] update readme --- devreadme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devreadme.md b/devreadme.md index b0318ee..f6c6eee 100644 --- a/devreadme.md +++ b/devreadme.md @@ -20,5 +20,7 @@ You need to restart Obsidian whenever you make a change ## Release -Run `npm version patch`, `npm version minor` or `npm version major` after updating `minAppVersion` manually -in `manifest.json`. +1. [ ] Run `npm version {patch|minor|major}` after updating (if necessary) `minAppVersion` in `manifest.json` +2. [ ] run `npm build` +3. [ ] On Github, create new release with tag `v{YOUR VERSION}` + - Attach `main.js`, `main.css` and `manifest.json`