fix: specific permissions to bypass the release#5
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the release workflow to use specific GitHub token permissions and adds documentation for the automated pull request workflow process.
Key Changes:
- Modified the release workflow to explicitly use
GITHUB_TOKENinstead of disabling credential persistence - Added comprehensive documentation for creating and managing pull requests through GitHub CLI
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/release.yml |
Updated checkout action to use GITHUB_TOKEN for authentication |
.github/instructions/copilot.instructions.md |
Removed redundant integration testing characteristic and added new PR workflow documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Remove @semantic-release/git plugin so version bumps aren't committed back to main, eliminating the need for branch protection bypass. Tags and releases are still created normally.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Move verifyConditionsCmd and prepareCmd to @semantic-release/exec plugin where they belong, and remove duplicate @semantic-release/github declaration.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
## 1.0.0 (2025-10-26) ### 🐛 Bug Fixes * **ci:** use absolute paths for release script checksum steps ([#4](#4)) ([4043558](4043558)) * more release fixes... ([#3](#3)) ([6fc18d6](6fc18d6)) * node version for release ([#2](#2)) ([6a4cf90](6a4cf90)) * specific permissions to bypass the release ([#5](#5)) ([312aa4f](312aa4f)) * trying release with an app ([#6](#6)) ([61866be](61866be))
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.