This project is hosted on HOSTING-SITE. You can see it [here][project-url].
Releasing the project requires these steps:
- Set the version number in the code
- BUILD-COMMAND
- Use a GitHub [project release][github-release-url] to release the project and tag (be sure it follows [semver][semantic-versioning])
- PACKAGE-COMMAND and/or RELEASE-COMMAND
- Update
masterto a new minor version
[project-url]: https://github.com/cerner/<%= projectName %>/ [semantic-versioning]: http://semver.org/ [github-release-url]: https://help.github.com/articles/creating-releases/