mirror of
https://github.com/go-task/task.git
synced 2026-09-01 19:50:16 +02:00
feat(release): generate the GitHub release body from the changelog (#2987)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -16,6 +16,10 @@ of the Taskfile.
|
||||
artifacts automatically when a new Git tag is pushed to `main` branch (raw
|
||||
executables and DEB and RPM packages).
|
||||
|
||||
The body of the GitHub release is the section of the `CHANGELOG.md` matching the
|
||||
version being released, extracted by `go run ./cmd/release --notes`. A version
|
||||
without changelog entries is released with an empty body.
|
||||
|
||||
Raw executables can also be reproduced and verified locally by
|
||||
checking out a specific tag and calling `goreleaser build`, using the Go version
|
||||
defined in the above GitHub Actions.
|
||||
|
||||
Reference in New Issue
Block a user