gonzalomass/submodule

There is no license information available for the latest version (v4.6.1) of this package.

A submodule publishing exercise

v4.6.1 2021-02-23 21:18 UTC

README

Reference: Conventional Commits

Commit Pattern

SEMANTIC VERSIONING PREFIX: TICKET: REPO: DESCRIPTION
FOOTER

Example:

feat: FREE-3124: GUI: re-build left navigation index
BEAKING CHANGE: use react in order to re-build the left navigation index

Semantic Versioning Prefixes for Tag Bumping

Prefix Description Note
fix: Patch release
build: Patch release
chore: Patch release
ci: Patch release
docs: Patch release
style: Patch release
refactor: Patch release
perf: Patch release
test: Patch release
feat: Minor release
BREAKING CHANGE: Major release Use at the footer or desciption, not at the title.
Reference: GitHub Tag Action

Commit Examples

Patch Example:

fix: FREE-3122: GUI: left navigation margin

Minor Example:

feat: FREE-3123: GUI: auto-populate left navigation index

Major Example:

feat: FREE-3124: GUI: re-build left navigation index
BEAKING CHANGE: use react in order to re-build the left navigation index

staging flow 2