From 30c6598cb319098becb3cec762bf79ab99b09153 Mon Sep 17 00:00:00 2001 From: bigopon Date: Fri, 5 Nov 2021 21:41:58 +1100 Subject: [PATCH] chore: add maintainer note --- MAINTAINER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINER.md b/MAINTAINER.md index 32098f3..b66f360 100644 --- a/MAINTAINER.md +++ b/MAINTAINER.md @@ -5,8 +5,8 @@ For this package specifically, we try to maintain what you see in GH is what you Steps: 1. checkout -2. restore dependencies -3. update version +2. restore dependencies (`npm ci`) +3. update version (`npm version -m 'chore(release): prepare release %s'`) 4. push 5. publish to npm