Conventional Changelog preset for Region Halland
⚠️ Important: The preset is a fork of conventional-changelog-angular. It is modified for our reason. Do not use it for your repo.
These packages are required:
Installation:
yarn add -D @semantic-release/{changelog,commit-analyzer,git,release-notes-generator} semantic-release-replace-plugin conventional-changelog-regionhalland
Note: The package semantic-release
is installed via npx
in pipeline.
Commit types
Type | Description | Beskrivning |
---|
feat | Features | Funktioner |
fix | Bug Fixes | Buggfixar |
perf | Performance Improvements | Prestandaförbättringar |
revert | Reverts | |
docs | Documentation | Dokumentation |
style | Styles | Kodstil |
refactor | Code Refactoring | Kodrefaktorering |
test | Tests | Tester |
build | Build System | Byggsystem |
ci | Continuous Integration | |
chore | | Övriga ändringar |
Notes
- Azure Git compare:
- GB{branchName}
- GC{commitHash}
- GT{tagName}
- Final new line (one or more) in template files
.hbs
is sometime needed for Markdown generation.
References