Skip to content

Commit bcc987a

Browse files
committed
more testing
1 parent ae2cbd0 commit bcc987a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
- name: Checkout invoking repository
8282
uses: actions/checkout@v4
8383
with:
84-
fetch-depth: 0
8584
ref: ${{ inputs.checkout-base-branch }}
8685
token: ${{ secrets.github-token }}
8786

@@ -120,7 +119,6 @@ jobs:
120119
echo "Git User Name: ${{ inputs.git-user-name }}"
121120
echo "Git User Email: ${{ inputs.git-user-email }}"
122121
echo "-------------"
123-
cat node_modules/.bin/auto-changelog
124122
125123
# Step 5: Create Release PR
126124
- name: Create Release PR

0 commit comments

Comments
 (0)