Skip to content

Commit 330f17c

Browse files
committed
more testing
1 parent ae2cbd0 commit 330f17c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/scripts/create-platform-release-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ create_changelog_pr() {
298298

299299
# Generate Changelog and Test Plan
300300
echo "Generating changelog via auto-changelog.."
301-
yarn auto-changelog update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize
301+
yarn auto-changelog update --rc --repo "${GITHUB_REPOSITORY_URL}" --currentVersion "${new_version}" --autoCategorize --useChangelogEntry --useShortPrLink
302302

303303
# Skip commits.csv for hotfix releases (previous_version_ref is literal "null")
304304
# - When we create a new major/minor release, we fetch all commits included in the release, by fetching the diff between HEAD and previous version reference.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
echo "Git User Name: ${{ inputs.git-user-name }}"
121121
echo "Git User Email: ${{ inputs.git-user-email }}"
122122
echo "-------------"
123-
cat node_modules/.bin/auto-changelog
124123
125124
# Step 5: Create Release PR
126125
- name: Create Release PR

0 commit comments

Comments
 (0)