Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ release:
echo "Error: VERSION must be in format vX.Y.Z or vX.Y.Z-suffix (e.g., v1.0.0, v1.0.0-alpha)"; \
exit 1; \
fi
@echo "→ Pulling latest changes..."
@git pull
@if git rev-parse "$(VERSION)" >/dev/null 2>&1; then \
echo "Error: Tag $(VERSION) already exists"; \
exit 1; \
Expand All @@ -333,7 +335,6 @@ release:
fi
@echo "Creating and pushing tag $(VERSION)..."
@git tag "$(VERSION)"
@git push origin main
@git push origin "$(VERSION)"
@git push --tags --force
@echo "✓ Release $(VERSION) created and pushed successfully"
@echo " View release at: https://github.com/codeGROOVE-dev/goose/releases/tag/$(VERSION)"
2 changes: 1 addition & 1 deletion cmd/reviewGOOSE/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.9.3
v0.9.5
Binary file modified media/logo-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.