2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-06-02 19:54:05 +03:00

package publishing notes... so i remember to do all the right things when publishing

This commit is contained in:
nathan
2017-07-27 08:16:48 -07:00
parent bbecee4ed5
commit 8ea77c55d7
+15
View File
@@ -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