fix: semantic-release GitHub permissions and configuration#4
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4 +/- ##
=======================================
Coverage 76.51% 76.51%
=======================================
Files 8 8
Lines 954 954
Branches 298 298
=======================================
Hits 730 730
Misses 186 186
Partials 38 38 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
🤖 Auto-labeled this PR with: This was done automatically based on the PR title, description, and commits. |
…nce permissions for semantic-release
github-actions Bot
pushed a commit
that referenced
this pull request
Jun 19, 2025
# 1.0.0 (2025-06-19) ### Bug Fixes * package contents check in pre-release script ([#3](#3)) ([17f9184](17f9184)) * semantic-release GitHub permissions and configuration ([#4](#4)) ([f0a05c4](f0a05c4)) ### Features * complete TypeScript SDK for Cursor API with streaming support,multi-model compatibility, comprehensive testing, and production-ready developer experience ([#1](#1)) ([3211e90](3211e90))
Contributor
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR-Codex overview
This PR introduces enhancements for semantic versioning and automated labeling in GitHub workflows, integrating
@semantic-releasepackages and setting up a system for automatic label management based on pull request content.Detailed summary
@semantic-release/changelogand@semantic-release/gittopackage.json..github/workflows/release.ymlto include permissions and persist credentials..releaserc.jsonfor semantic release configuration..github/workflows/setup-labels.ymlto set up repository labels automatically..github/workflows/auto-label.ymlto auto-label pull requests based on title, body, and commits.package-lock.jsonwith new dependencies and their versions.