fix: strip header of MR description
This commit is contained in:
@@ -27,7 +27,7 @@ changelog:
|
|||||||
GIT_DEPTH: 0 # avoid shallow clone to give cliff all the info it needs
|
GIT_DEPTH: 0 # avoid shallow clone to give cliff all the info it needs
|
||||||
script:
|
script:
|
||||||
- 'echo "Generating changelog"'
|
- 'echo "Generating changelog"'
|
||||||
- 'git-cliff --bump --unreleased > CHANGES.md'
|
- 'git-cliff --bump --unreleased --strip header > CHANGES.md'
|
||||||
- 'git-cliff --bump > CHANGELOG.md'
|
- 'git-cliff --bump > CHANGELOG.md'
|
||||||
- 'echo "Bumping version"'
|
- 'echo "Bumping version"'
|
||||||
- 'git-cliff --bumped-version 2>/dev/null > VERSION'
|
- 'git-cliff --bumped-version 2>/dev/null > VERSION'
|
||||||
|
|||||||
Reference in New Issue
Block a user