Skip to content

Commit ee8edea

Browse files
committed
release v1.0.26
1 parent 2cdd139 commit ee8edea

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/tagpush.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
GITHUB_EVENT_PUSHER_NAME: ${{ github.event.pusher.name }}
1818
TITLE: manual release created (${{ steps.tag.outputs.name }})
1919
BODY: |
20-
@${{ github.event.pusher.name }} just pushed a release tag: ${{ steps.tag.outputs.name }}.
20+
@${{ github.event.pusher.name }} just pushed a release tag: [${{ steps.tag.outputs.name }}](${{ github.event.repository.html_url }}/releases/tag/${{ steps.tag.outputs.name }}).
21+
2122
Please manually verify validity (using [`gorelease`](https://pkg.go.dev/golang.org/x/exp/cmd/gorelease)), and update `version.json` to reflect the manually released version, if necessary.
22-
In the future, please use the [automated process](https://github.com/ipdxco/unified-github-workflows/blob/master/VERSIONING.md).
23+
24+
In the future, please use the [automated process](https://github.com/ipdxco/unified-github-workflows?tab=readme-ov-file#versioning).
2325
run: |
2426
gh issue create --title="$TITLE" --assignee="$GITHUB_EVENT_PUSHER_NAME" --body="$BODY" --repo="$GITHUB_REPOSITORY"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [1.0.26] - 2025-06-15
10+
### Changed
11+
- updated the body of the issues created by the `tagpush` workflow
12+
913
## [1.0.25] - 2025-06-15
1014
### Fixed
1115
- fixed the usage of GitHub env variables in the `tagpush` workflow

0 commit comments

Comments
 (0)