Feat/nightly align with gorelease and release note#1285
Feat/nightly align with gorelease and release note#1285huaaudio merged 12 commits intosipeed:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Aligns the nightly GitHub Actions workflow with the regular GoReleaser-based release workflow, and attempts to add an auto-generated changelog link into nightly release notes.
Changes:
- Update GoReleaser config to adjust Docker tagging for nightly builds and change NFPM selection field.
- Refactor nightly workflow to create/push a nightly tag and run GoReleaser (instead of manual build + artifact upload).
- Update rolling
nightlyGitHub Release by downloading assets from the newly-created tag release and recreating the rolling release, plus add cleanup logic for old nightly releases and GHCR versions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
.goreleaser.yaml |
Adds NIGHTLY_BUILD-driven behavior (Docker tags/registries; release disabling) and updates NFPM config selection. |
.github/workflows/nightly.yml |
Reworks nightly to tag + GoReleaser + rolling release update + cleanup. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* feat/nightly gorelease and changelog * update to skip docker hub when nightly * update goreleaser check * Update with correct lower case for ghcr * Update with correct syntax * remove lower case * Update to prevent gorelease overwrite nightly changelog * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update according to review suggestions * Update .github/workflows/nightly.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove redundant gh download * Update to delete nightly tag before creating --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat/nightly gorelease and changelog * update to skip docker hub when nightly * update goreleaser check * Update with correct lower case for ghcr * Update with correct syntax * remove lower case * Update to prevent gorelease overwrite nightly changelog * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update according to review suggestions * Update .github/workflows/nightly.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove redundant gh download * Update to delete nightly tag before creating --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat/nightly gorelease and changelog * update to skip docker hub when nightly * update goreleaser check * Update with correct lower case for ghcr * Update with correct syntax * remove lower case * Update to prevent gorelease overwrite nightly changelog * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update according to review suggestions * Update .github/workflows/nightly.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove redundant gh download * Update to delete nightly tag before creating --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat/nightly gorelease and changelog * update to skip docker hub when nightly * update goreleaser check * Update with correct lower case for ghcr * Update with correct syntax * remove lower case * Update to prevent gorelease overwrite nightly changelog * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update according to review suggestions * Update .github/workflows/nightly.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove redundant gh download * Update to delete nightly tag before creating --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
📝 Description
This PR aligns the current nightly release with the regular release build workflow, and added auto changelog to the release note.
🗣️ Type of Change
🤖 AI Code Generation
🔗 Related Issue
📚 Technical Context (Skip for Docs)
🧪 Test Environment
📸 Evidence (Optional)
Click to view Logs/Screenshots
☑️ Checklist