4 Commits

Author SHA1 Message Date
Tim Basten
2902fd0f90 feature: This is a mega update
All checks were successful
release / release (push) Successful in 9s
2026-02-06 12:18:39 +08:00
Tim Basten
4fe21b0430 feature: This is a mega update
All checks were successful
release / release (push) Successful in 6s
2026-02-06 12:16:33 +08:00
Tim Basten
30cc00ca8f feature: This is a mega update
All checks were successful
release / release (push) Successful in 6s
2026-02-06 12:13:49 +08:00
Tim Basten
1b65438e71 feature: This is a mega update
All checks were successful
release / release (push) Successful in 7s
2026-02-06 12:09:48 +08:00
2 changed files with 9 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
id: changelog
run: |
VERSION="${GITHUB_REF_NAME}"
changelog generate -m="${VERSION}" -c="changelog.yml" > CHANGELOG.md
changelog generate -m="${VERSION}" -c="${GITHUB_WORKSPACE}/changelog.yml" > CHANGELOG.md
echo "changelog<<EOF" >> $GITHUB_OUTPUT
cat CHANGELOG.md >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT

View File

@@ -1,6 +1,13 @@
# The full repository name
repo: timmybee/test-release-merging
# Service type (gitea or github)
service: gitea
base-url: https://git.timmybee.xyz
# Base URL for Gitea instance if using gitea service type (optional)
# Default: https://gitea.com
#base-url:
groups:
-
name: BREAKING