You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This builds the distribution file `particle.js.min` and generates the
6
-
API documentation. Before the command finishes, update `CHANGELOG.md`.
7
-
8
-
-`git push && git push --tags`
9
-
10
-
- Travis will run `npm publish` if the build passes.
11
-
12
-
- Create a release on GitHub with the notes from the `CHANGELOG.md`
3
+
1. Merge your changes to master and be on `master`
4
+
2. Run `npm version <major|minor|patch>`
5
+
1. This builds the distribution file `particle.js.min` and generates the
6
+
API documentation. Before the command finishes, update `CHANGELOG.md`.
7
+
3. Push to origin `git push --follow-tags`
8
+
4. CircleCI will publish the npm package to the `latest` tag
9
+
5. Create a release on GitHub with the notes from the `CHANGELOG.md`
10
+
6. Point your project to the new version `npm install particle-api-js@latest`
13
11
14
12
- After updating major version, update the installation instructions in the [docs](https://github.com/particle-iot/docs/blob/master/src/content/reference/SDKs/javascript.md)
0 commit comments