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
Copy file name to clipboardExpand all lines: .agents/release-workflow.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ The workflow `.github/workflows/comment-released-prs-and-issues.yml` uses the lo
32
32
- Automatic base-tag selection is semver-aware:
33
33
- Stable release tags compare to the previous stable semver tag.
34
34
- Prerelease tags with a SHA suffix (for example `v3.4.1-dev.<sha>`) resolve base from npm-published versions with the same prerelease prefix and pick the nearest ancestor commit.
35
+
- SHA-suffixed prerelease comments link to the npm published version page instead of GitHub release tags.
35
36
- Other prerelease tags compare to the previous semver tag (including prereleases).
36
37
- If no valid base tag is found, the action fails.
37
38
- The action fails before posting if any target issue/PR already has a previous stable release-comment.
0 commit comments