Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 594 Bytes

File metadata and controls

15 lines (11 loc) · 594 Bytes

How to Release

This project is hosted on HOSTING-SITE. You can see it [here][project-url].

Releasing the project requires these steps:

  1. Set the version number in the code
  2. BUILD-COMMAND
  3. Use a GitHub [project release][github-release-url] to release the project and tag (be sure it follows [semver][semantic-versioning])
  4. PACKAGE-COMMAND and/or RELEASE-COMMAND
  5. Update master to 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/