You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Medium Risk
Publish workflow now pushes to GitHub Releases with elevated contents: write permissions; mis-tagged pushes or bad VersionHistory sections could create incorrect draft releases, though NuGet publish behavior is unchanged aside from stricter tag matching.
Overview
Extends the existing tag-triggered publish workflow so that after NuGet push it also creates a draft GitHub Release with build artifacts attached.
The publish job now runs only for tags starting with refs/tags/v, uses a stricter semver tag filter on push, and grants contents: write for release creation. Release notes are sliced from the matching ### X.Y.Z section in docs/VersionHistory.md (via awk) and passed to softprops/action-gh-release@v2 as a draft for manual review before publishing.
README adds a short “Release process” section pointing to new RELEASE.md, which documents prerequisites (CONNECTOR_VERSION, README title, VersionHistory.md), tagging (vX.Y.Z), automated NuGet + draft release steps, verification, and handling failed or already-published releases.
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
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.
No description provided.