mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore: include refactor/revert in changelog
This commit is contained in:
parent
973d7e6369
commit
f0fd885d95
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
output-file: "false"
|
||||
skip-commit: "true"
|
||||
skip-on-empty: "true"
|
||||
config-file-path: ".versionrc.json"
|
||||
- name: Create Github Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
|
|
48
.versionrc.json
Normal file
48
.versionrc.json
Normal file
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"types": [
|
||||
{
|
||||
"type": "feat",
|
||||
"section": "Features"
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"section": "Bug Fixes"
|
||||
},
|
||||
{
|
||||
"type": "refactor",
|
||||
"section": "Refactor"
|
||||
},
|
||||
{
|
||||
"type": "revert",
|
||||
"section": "Refactor"
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "ci",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "themes",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "perf",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "test",
|
||||
"hidden": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue