You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .taskfiles/task_release.yaml
+1-7
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,10 @@ tasks:
16
16
- go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest
17
17
- go install github.com/miniscruff/changie@latest
18
18
19
-
clean_changelog:
20
-
desc: Clean changelog for existing git tags
21
-
cmds:
22
-
- rm ${CHANGES_DIR}/${TAG_PREFIX}*.md || true
23
-
silent: true
24
-
25
19
batch_changelog:
26
20
desc: Generate changelog for existing git tags
27
21
cmds:
28
-
- task: clean_changelog
22
+
- rm ${CHANGES_DIR}/${TAG_PREFIX}*.md || true
29
23
- for VERSION_TAG in $(git -c 'versionsort.suffix=-' tag --list --sort=v:refname); do git-chglog --output ${CHANGES_DIR}/${VERSION_TAG}.md ${VERSION_TAG} ; done
0 commit comments