Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed May 6, 2024
1 parent 0fcccb7 commit ba7d6a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci/format_changelog
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ set_pr_body() {
# GitHub Issues/PRs messages have a max size limit on the message body payload.
# This is the error: `body is too long (maximum is 65536 characters)`.
max_pr_desc_char_length=65000
version=$(jq -r '.version' package.json)
echo "version=$version" >> $GITHUB_OUTPUT
read -d '' pr_header <<EOF
This PR is a preview of the changes that will be included in the next release. Please do not merge this PR.
---
Expand Down Expand Up @@ -111,6 +109,8 @@ tail -n +2 CHANGELOG.md > CHANGELOG.md.tmp
pnpm changeset version

version=$(jq -r '.version' package.json)
echo "version=$version" >> $GITHUB_OUTPUT

read -d '' changelog_content <<EOF
# Changelog Chainlink Core
Expand Down

0 comments on commit ba7d6a4

Please sign in to comment.