mirror of
https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop.git
synced 2024-11-05 00:53:00 +01:00
✏️ Add release-it config
This commit is contained in:
parent
c25d502692
commit
37e172d8af
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: "${version}"
|
||||
|
||||
|
||||
git:
|
||||
changelog: "auto-changelog --stdout"
|
||||
push: false
|
||||
tag: false
|
||||
commit: false
|
Loading…
Reference in New Issue
Block a user