mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-23 09:42:59 +01:00
✏️ Add release-it and auto-changelog config
This commit is contained in:
parent
7e996b4bb8
commit
d8485611d9
6
.auto-changelog
Normal file
6
.auto-changelog
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"output": "stdout",
|
||||
"template": ".github/changlog_template.hbs",
|
||||
"unreleased": true,
|
||||
"commitLimit": false
|
||||
}
|
16
.github/changlog_template.hbs
vendored
Normal file
16
.github/changlog_template.hbs
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{{#each releases}}
|
||||
{{#if @first}}
|
||||
{{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||
{{/commit-list}}
|
||||
|
||||
|
||||
{{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||
{{/commit-list}}
|
||||
|
||||
{{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}}
|
||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||
{{/commit-list}}
|
||||
{{/if}}
|
||||
{{/each}}
|
11
.release-it.yml
Normal file
11
.release-it.yml
Normal file
@ -0,0 +1,11 @@
|
||||
github:
|
||||
release: true
|
||||
draft: true
|
||||
releaseName: "V${version}"
|
||||
|
||||
|
||||
git:
|
||||
changelog: "auto-changelog --stdout"
|
||||
push: false
|
||||
tag: false
|
||||
commit: false
|
Loading…
Reference in New Issue
Block a user