Skip to content

Commit 2ebd54e

Browse files
committed
improve makefile rule, update logo
1 parent 9e4f7a8 commit 2ebd54e

4 files changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ release:
311311
echo "Error: VERSION must be in format vX.Y.Z or vX.Y.Z-suffix (e.g., v1.0.0, v1.0.0-alpha)"; \
312312
exit 1; \
313313
fi
314+
@echo "→ Pulling latest changes..."
315+
@git pull
314316
@if git rev-parse "$(VERSION)" >/dev/null 2>&1; then \
315317
echo "Error: Tag $(VERSION) already exists"; \
316318
exit 1; \
@@ -333,7 +335,6 @@ release:
333335
fi
334336
@echo "Creating and pushing tag $(VERSION)..."
335337
@git tag "$(VERSION)"
336-
@git push origin main
337-
@git push origin "$(VERSION)"
338+
@git push --tags --force
338339
@echo "✓ Release $(VERSION) created and pushed successfully"
339340
@echo " View release at: https://github.com/codeGROOVE-dev/goose/releases/tag/$(VERSION)"

media/logo-small.png

-31.9 KB
Loading

media/logo.png

-159 KB
Loading

media/logo.svg

4.05 MB
Loading

0 commit comments

Comments
 (0)