Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 609 Bytes

File metadata and controls

21 lines (15 loc) · 609 Bytes

Release Process

Bullhorn Developer Branch Ops

Automatic

Run the release action.

The release version number will be decided based on commits tagged with "feat()", "fix()", "chore()", "breaking()", "refactor()" messages. Others may not trigger a release.

Manual (if automatic fails)

# Manually update the projects/*/package.json to the version you want
# TAG
# npm test
# npm run lint
# npm run build
# CD INTO EACH PROJECT IN DIST
# npm publish