mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-16 01:30:41 +00:00
ci: auto-generate changelog
This commit is contained in:
parent
f6bebbeb60
commit
3b441b3461
@ -169,15 +169,6 @@ local PipelineBuildPackage = {
|
||||
'git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased}',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'changelog',
|
||||
image: 'thegeeklab/git-chglog',
|
||||
commands: [
|
||||
'git fetch -tq',
|
||||
'git-chglog --no-color --no-emoji ${DRONE_TAG:---next-tag unreleased unreleased}',
|
||||
'git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased}',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'publish-github',
|
||||
image: 'plugins/github-release',
|
||||
|
Loading…
Reference in New Issue
Block a user