From 8ea77c55d7ad68b5db42eff2253416e7de27f830 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 27 Jul 2017 08:16:48 -0700 Subject: [PATCH] package publishing notes... so i remember to do all the right things when publishing --- PUBLISH.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 PUBLISH.md diff --git a/PUBLISH.md b/PUBLISH.md new file mode 100644 index 0000000..50e442c --- /dev/null +++ b/PUBLISH.md @@ -0,0 +1,15 @@ +## Steps to publish a new version + +- make changes + +- run `yarn build` and commit new build file + +- bump version in package.json according to semver.org rules + +- update changelog + +- commit and push + +- make a github release with head on master, named `v[SEM_VERSION]` e.g. `v2.0.5` + +- run `npm publish` to push the latest version to https://www.npmjs.com/package/vue-native-websocket