We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2352c93 commit 1b15fc8Copy full SHA for 1b15fc8
Makefile
@@ -98,13 +98,6 @@ release:
98
--version $(version) \
99
--github-token env:GITHUB_TOKEN \
100
--progress plain
101
- @echo ""
102
- @echo "✓ Release completed successfully"
103
- @echo "Waiting 15 seconds for GitHub to process release tag..."
104
- @sleep 15
105
- @echo "Generating documentation PR..."
106
- @$(MAKE) docs || (echo "⚠️ WARNING: Docs generation failed. Please run 'make docs' manually." && exit 0)
107
- @echo "✓ Documentation PR created successfully"
108
109
.PHONY: docs
110
docs:
0 commit comments