Skip to content

Comments

Add GitHub Release creation to tag workflow#134

Merged
JulianKahnert merged 1 commit intodevelopfrom
feature/add-github-release-to-tag-workflow
Feb 19, 2026
Merged

Add GitHub Release creation to tag workflow#134
JulianKahnert merged 1 commit intodevelopfrom
feature/add-github-release-to-tag-workflow

Conversation

@JulianKahnert
Copy link
Owner

Summary

  • Adds a create-release job to docker-tag.yaml that runs in parallel with the existing Docker build when a version tag is pushed
  • Generates release notes via gh api .../releases/generate-notes (same approach as HeadsUpKit)
  • Determines the previous tag automatically for a proper diff range
  • Creates a GitHub Release with the generated notes via softprops/action-gh-release@v2

Test plan

  • Push a version tag and verify a GitHub Release is created with auto-generated notes
  • Docker image build continues to work as before

Generate release notes via gh api and create a GitHub Release
alongside the existing Docker image build when a version tag is pushed.
@JulianKahnert JulianKahnert merged commit ad19ecb into develop Feb 19, 2026
4 checks passed
@JulianKahnert JulianKahnert deleted the feature/add-github-release-to-tag-workflow branch February 19, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant