Compare commits

..

No commits in common. "0.4.16" and "0.4.15" have entirely different histories.

2 changed files with 7 additions and 0 deletions
.gitea

@ -79,6 +79,8 @@ function map_type_to_kind() {
esac
}
git log --pretty=format:"%s" "${OLD_TAG}..${NEW_TAG}"
COMMIT_TITLES="$(git log --pretty=format:"%s" "${OLD_TAG}..${NEW_TAG}")"
echo "INFO: Generate change log entries from ${OLD_TAG} until ${NEW_TAG}"

@ -2,6 +2,8 @@ name: Release
on:
push:
branches:
- master
tags:
- "**"
@ -22,8 +24,11 @@ jobs:
- name: Add Artifacthub.io annotations
run: |
git tag
NEW_TAG="$(git tag --sort=-version:refname | head -n 1)"
OLD_TAG="$(git tag --sort=-version:refname | head -n 2 | tail -n 1)"
.gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"
- name: Package chart