Skip to content

Commit 1b15fc8

Browse files
committed
Revert " Automate docs PR creation in release workflow"
This reverts commit 2352c93.
1 parent 2352c93 commit 1b15fc8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,6 @@ release:
9898
--version $(version) \
9999
--github-token env:GITHUB_TOKEN \
100100
--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"
108101

109102
.PHONY: docs
110103
docs:

0 commit comments

Comments
 (0)