Skip to content

Commit 6bb0cd4

Browse files
Merge pull request #9 from NimbleBrainInc/bug/gh-release
bug fix: adding github release to the release target
2 parents 840a112 + a80d6a6 commit 6bb0cd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)