Skip to content

Commit 2895913

Browse files
ci: simplify release body and doc
1 parent 45b3891 commit 2895913

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,4 @@ jobs:
4343
with:
4444
tag_name: ${{ github.ref_name }}
4545
name: Release ${{ github.ref_name }}
46-
body: |
47-
Automated release for ${{ github.ref_name }}.
48-
See CHANGELOG.md for details.
46+
body: Release ${{ github.ref_name }}. See CHANGELOG.md for details.

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Process for publishing tagged Go module releases for this fork of `keep-common`.
1616
## Tagging & Publishing
1717
1) Tag: `git tag -a vX.Y.Z -m "Release vX.Y.Z"` (or `vX.Y.Z-tlabs.N` for fork-specific releases).
1818
2) Push tag: `git push origin vX.Y.Z[-tlabs.N]`.
19-
3) CI: pushing a `v*` tag triggers the release workflow to regenerate code, run vet/tests, and publish a GitHub release. The release body can be edited afterward to include the changelog excerpt and upstream baseline notes if needed.
19+
3) CI: pushing a `v*` tag triggers the release workflow to regenerate code, run vet/tests, and publish a GitHub release with a placeholder body referencing `CHANGELOG.md`. Edit the GitHub release afterward to paste the changelog excerpt and upstream baseline notes.

0 commit comments

Comments
 (0)