Test/Demo Repo for experimenting and demoing semantic release
This project uses the corp-semantic-release module to manage semantic releases. Instead of manually updating the changelog and package version, just provide meaningful commit messages, using the format described below and versioning will automatically be performed during the bamboo builds.
Commit message format reference
# Commit message format:
# [task-type]([affected-project-aspect]): [issue-id]? - [description]
# Examples:
feat(app): US12345 - Added new link in footer
chore(build): Updated istanbul reporting type
style(app): Updated eslint rules to latest version and applied formatting changes