mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-04 14:13:43 +03:00
24 lines
569 B
Plaintext
24 lines
569 B
Plaintext
<type>(optional scope): <description> (optional #<issue-id>)
|
|
|
|
[optional body]
|
|
|
|
[optional footer(s)]
|
|
####
|
|
# The CHANGELOG.md is built automatically according to the commit
|
|
# messages. Commit messages that are not matched will be ignored!
|
|
#
|
|
# Supported <type> values
|
|
# -----------------------
|
|
# feat: --> Features
|
|
# fix: --> Bug Fixes
|
|
# doc: --> Documentation
|
|
# refactor: --> Refactor
|
|
# style: --> Styling
|
|
# test: --> Testing
|
|
# chore: --> Miscellaneous Tasks
|
|
# ci --> CI/CD configuration
|
|
# revert: --> Revert
|
|
#
|
|
## Example: feat(parser): add ability to parse arrays
|
|
#
|
|
#### |