1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

chore: fix cut-release.yml (PROJQUAY-1468) (#729)

This commit is contained in:
thomasmckay
2021-04-09 13:06:15 -04:00
committed by GitHub
parent 6c7dcb8425
commit bfc9d75cab

View File

@@ -31,7 +31,9 @@ jobs:
- name: ChangeLog
shell: bash
run: |
curl -o /tmp/git-chglog -L https://github.com/git-chglog/git-chglog/releases/download/v0.14.0/linux.amd64.git-chglog
curl -o /tmp/git-chglog.tar.gz -fsSL\
https://github.com/git-chglog/git-chglog/releases/download/v0.14.0/git-chglog_0.14.0_linux_amd64.tar.gz
tar xvf /tmp/git-chglog.tar.gz --directory /tmp
chmod u+x /tmp/git-chglog
echo "creating change log for tag: $TAG"
/tmp/git-chglog --tag-filter-pattern "v3.*" -o CHANGELOG.md v3.6.0-alpha.4..