From 78874ca37b9a64cd96daea916edddd95da8e8f97 Mon Sep 17 00:00:00 2001 From: Thomas Malbaux Date: Tue, 27 Nov 2018 11:06:41 +0200 Subject: [PATCH] Update npm version release instructions --- docs/developing-sdk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developing-sdk.md b/docs/developing-sdk.md index 8d0b4f03..1ee63e92 100644 --- a/docs/developing-sdk.md +++ b/docs/developing-sdk.md @@ -60,9 +60,9 @@ $ // git add, commit, push #### Release a new version to NPM 1. Update version in `package.json` +1. Update CHANGELOG.md + - Move everything in Unreleased to the corresponding version section 1. Login as `sharetribe` with `npm login` - check credentials from password manager 1. Publish with `npm publish` 1. Add an annotated Git tag to the published commit -1. Update CHANGELOG.md - - Move everything in Unreleased to the corresponding version section