Skip to content

Commit dccc7e6

Browse files
authored
change release note template temporarily (#1924)
1 parent 3edb840 commit dccc7e6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,8 @@ jobs:
7373
-f "previous_tag_name=$LAST_TAG" \
7474
--jq '.body')
7575
else
76-
echo "Generating notes from all commits"
77-
RELEASE_NOTES=$(gh api \
78-
--method POST \
79-
-H "Accept: application/vnd.github+json" \
80-
"/repos/$GITHUB_REPOSITORY/releases/generate-notes" \
81-
-f "tag_name=v$VERSION" \
82-
-f "target_commitish=$DEFAULT_BRANCH" \
83-
--jq '.body')
76+
echo "Generating notes from all commits (avoid too large notes)"
77+
RELEASE_NOTES="See https://github.com/progfay/scrapbox-parser/compare/a48b8366c1ec3b3e45d7e61ebc99d6a56ec3e2cf...3edb840d7220cc3246f0c01986e9decc8e316490"
8478
fi
8579
8680
# Set release notes as environment variable

0 commit comments

Comments
 (0)