Skip to content

feat: simplify release workflow by removing PR creation step#9

Merged
markhallen merged 1 commit into
mainfrom
add-create-release-workflow
Aug 2, 2025
Merged

feat: simplify release workflow by removing PR creation step#9
markhallen merged 1 commit into
mainfrom
add-create-release-workflow

Conversation

@markhallen

Copy link
Copy Markdown
Owner
  • Rename create-release-pr.yml to create-release.yml
  • Remove all PR creation and github-script dependencies
  • Implement direct tag creation and push for immediate releases
  • Simplify release.yml to only handle tag pushes (remove PR triggers)
  • Update README to reflect streamlined "Create Release" workflow

This eliminates GitHub Actions permission issues with PR creation
and provides a faster, more direct release process. The workflow
now creates releases immediately without requiring PR review.

Fixes permission error: "GitHub Actions is not permitted to create
or approve pull requests"

Description

Brief description of the changes in this PR.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring/code cleanup

Testing

  • Tests pass locally
  • New tests added for new functionality
  • Manual testing completed

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Additional Notes

Add any additional notes or context about the PR here.

- Rename create-release-pr.yml to create-release.yml
- Remove all PR creation and github-script dependencies
- Implement direct tag creation and push for immediate releases
- Simplify release.yml to only handle tag pushes (remove PR triggers)
- Update README to reflect streamlined "Create Release" workflow

This eliminates GitHub Actions permission issues with PR creation
and provides a faster, more direct release process. The workflow
now creates releases immediately without requiring PR review.

Fixes permission error: "GitHub Actions is not permitted to create
or approve pull requests"
@markhallen markhallen merged commit 3acfb97 into main Aug 2, 2025
5 checks passed
@markhallen markhallen deleted the add-create-release-workflow branch August 2, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant