UNPKG

626 BMarkdownView Raw
1# Contributing
2
3[Read the Contributing Guide](http://js-data.io/docs/contributing).
4
5## Support
6
7[Find out how to Get Support](http://js-data.io/docs/support).
8
9## Community
10
11[Explore the Community](http://js-data.io/docs/community).
12
13### Have write access?
14
15To cut a release:
16
171. Checkout master
181. Bump version in `package.json` appropriately
191. Run `npm run release`
201. Update `CHANGELOG.md` appropriately
211. Commit and push changes, including the `dist/` folder
221. Make a GitHub release
23 - set tag name to version
24 - set release name to version
25 - set release body to changelog entry for the version
261. `npm publish .`