Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30cc00ca8f | ||
|
|
1b65438e71 | ||
|
|
bbaf5af45c |
@@ -28,7 +28,7 @@ jobs:
|
|||||||
id: changelog
|
id: changelog
|
||||||
run: |
|
run: |
|
||||||
VERSION="${GITHUB_REF_NAME}"
|
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
|
echo "changelog<<EOF" >> $GITHUB_OUTPUT
|
||||||
cat CHANGELOG.md >> $GITHUB_OUTPUT
|
cat CHANGELOG.md >> $GITHUB_OUTPUT
|
||||||
echo "EOF" >> $GITHUB_OUTPUT
|
echo "EOF" >> $GITHUB_OUTPUT
|
||||||
|
|||||||
@@ -1,14 +1,8 @@
|
|||||||
# The full repository name
|
|
||||||
repo: timmybee/test-release-merging
|
|
||||||
|
|
||||||
# Service type (gitea or github)
|
|
||||||
service: gitea
|
service: gitea
|
||||||
|
base-url: https://git.timmybee.xyz
|
||||||
# Base URL for Gitea instance if using gitea service type (optional)
|
repo:
|
||||||
# Default: https://gitea.com
|
owner: timmybee
|
||||||
base-url:https://git.timmybee.xyz
|
name: test-release-merging
|
||||||
|
|
||||||
# Changelog groups and which labeled PRs to add to each group
|
|
||||||
groups:
|
groups:
|
||||||
-
|
-
|
||||||
name: BREAKING
|
name: BREAKING
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1
|
t;dosifnvposdifnv1
|
||||||
|
|||||||
Reference in New Issue
Block a user