Skip to content

Commit f5b1243

Browse files
rhyslbwclaude
andcommitted
chore(release): add yarn release:refs helper to list release commits
Since workflow_dispatch dropdowns can't be populated from git history, this prints the recent `ci: publish packages` version commits so a maintainer can copy a real release ref to nominate for the release workflow's `ref` input. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 545a7f5 commit f5b1243

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"version:stable": "lerna version --conventional-graduate --allow-branch master --create-release github -m \"ci: publish packages [skip actions]\" --sign-git-commit",
3737
"publish:rc": "lerna publish from-package --dist-tag rc --yes",
3838
"publish:stable": "lerna publish from-package --yes",
39+
"release:refs": "git log --grep='ci: publish packages' --format='%h %ci %s' -n 20",
3940
"test": "yarn workspaces foreach -v run test",
4041
"test:build:verify": "yarn workspaces foreach -v run test:build:verify",
4142
"test:e2e": "yarn workspaces foreach -v run test:e2e",

0 commit comments

Comments
 (0)