File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -255,14 +255,15 @@ github-release: ## Create GitHub release (requires gh CLI)
255255 @echo " ✅ GitHub release v$( VERSION) created"
256256
257257# Release workflow
258- release : check clean-dist check-publish tag publish # # Complete release workflow
258+ release : check clean-dist check-publish tag publish github-release # # Complete release workflow
259259 @echo
260260 @echo " 🎉 Release $( VERSION) complete!"
261261 @echo
262262 @echo " 📋 What was released:"
263263 @echo " Git tag: v$( VERSION) "
264264 @echo " Docker images: $( DOCKER_REGISTRY) /nimbletools/*:$( VERSION) "
265265 @echo " Helm chart: oci://$( REGISTRY) /charts/$( CHART_NAME) :$( VERSION) "
266+ @echo " GitHub release: https://github.com/NimbleBrainInc/nimbletools-core/releases/tag/v$( VERSION) "
266267 @echo
267268 @echo " 🔍 Verification steps:"
268269 @echo " 1. Check GitHub releases: https://github.com/NimbleBrainInc/nimbletools-core/releases"
You can’t perform that action at this time.
0 commit comments