Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.39 KB

RELEASE.md

File metadata and controls

28 lines (20 loc) · 1.39 KB

How to Release

Releasing the project requires these steps:

  1. Upgrade dependency versions as necessary. (See: npm audit)
  2. Run npm version *major|minor|patch* (this project uses semantic versioning)
  3. Push new commit to master and push the newly created tag (this will trigger a Travis build)
  4. Wait for the Travis build to complete
  5. Add changelog information to the GitHub release (include relevant changes from cucumber-forge-report-generator)
  6. Update the versions in the updates.json file to reflect the new release version (this will trigger the clients to auto-update)

GitHub Release Template

Tag Version: vX.X.X
Release Title: vX.X.X

## [X.X.X](https://github.com/cerner/cucumber-forge-desktop/compare/vX.X.W...vX.X.X) (YEAR-MO-DAY)


### Bug Fixes
* **app:** Commit message ([#issue](https://github.com/cerner/cucumber-forge-desktop/issues/#issue)) ([commit-hash](https://github.com/cerner/cucumber-forge-desktop/commit/commit-hash))

### Features
* **report:** Commit message ([#issue](https://github.com/cerner/cucumber-forge-report-generator/issues/#issue)) ([commit-hash](https://github.com/cerner/cucumber-forge-report-generator/commit/commit-hash))

### BREAKING CHANGES
* **app:** Commit message ([#issue](https://github.com/cerner/cucumber-forge-desktop/issues/#issue)) ([commit-hash](https://github.com/cerner/cucumber-forge-desktop/commit/commit-hash))