gonzalomass / submodule
A submodule publishing exercise
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:SCSS
pkg:composer/gonzalomass/submodule
Requires
- php: >=7.1
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