Skip to content

Commit

Permalink
Update .github/workflows/lint-release-proposal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Dec 17, 2024
1 parent e3b2220 commit 60a0bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-release-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
--jq '.commits | map({ smallSha: .sha[0:10], splitTitle: .commit.message|split("\n\n")|first|split(":") })' \
"176b16a61c7ef3e8c36f9c64c14246d5331c2c53...v23.4.0" --paginate |\
"/repos/${GITHUB_REPOSITORY}/compare/v${MAJOR}.x...$GITHUB_SHA" --paginate |\
jq -r '.[] | "* [[`" + .smallSha + "`](https://github.com/nodejs/node/commit/" + .smallSha + ")] - **" + (.splitTitle|first) + "**:" + (.splitTitle[1:]|join(":"))' |\
node --input-type=module -e '
import assert from "node:assert";
Expand Down

0 comments on commit 60a0bce

Please sign in to comment.