Skip to content

Commit dd02d04

Browse files
committed
chore: update github-tools to v1.1.0 for changelog workflows
Update changelog-related workflows to use github-tools v1.1.0 which includes: - @metamask/auto-changelog v5.2.0 with improved commit deduplication Updated workflows: - create-release-pr.yml - update-release-changelog.yml
1 parent 54fd624 commit dd02d04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
create-release-pr:
7777
needs: [resolve-bases, resolve-previous-ref]
7878
name: Create Release Pull Request using Github Tools
79-
uses: MetaMask/github-tools/.github/workflows/create-release-pr.yml@6a04e4d0c8c25680a7543cfcd2e2fb7125b6759c
79+
uses: MetaMask/github-tools/.github/workflows/create-release-pr.yml@v1.1.0
8080
with:
8181
platform: extension
8282
checkout-base-branch: ${{ needs.resolve-bases.outputs.checkout_base }}
8383
release-pr-base-branch: ${{ needs.resolve-bases.outputs.release_base }}
8484
semver-version: ${{ inputs.semver-version }}
8585
previous-version-ref: ${{ needs.resolve-previous-ref.outputs.previous_ref }}
86-
github-tools-version: 6a04e4d0c8c25680a7543cfcd2e2fb7125b6759c
86+
github-tools-version: v1.1.0
8787
secrets:
8888
# This token needs write permissions to metamask-extension & read permissions to metamask-planning
8989
# If called from auto-create-release-pr use the PR_TOKEN passed in as an input, if called manually use github secret token values

.github/workflows/update-release-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
permissions:
4646
contents: write
4747
pull-requests: write
48-
uses: MetaMask/github-tools/.github/workflows/update-release-changelog.yml@36dc168896c1b496f35fc880ee8a3625b4b837ba
48+
uses: MetaMask/github-tools/.github/workflows/update-release-changelog.yml@v1.1.0
4949
with:
5050
release-branch: ${{ github.ref_name }}
5151
repository-url: ${{ github.server_url }}/${{ github.repository }}
5252
platform: extension
53-
github-tools-version: 36dc168896c1b496f35fc880ee8a3625b4b837ba
53+
github-tools-version: v1.1.0
5454
previous-version-ref: null
5555
secrets:
5656
github-token: ${{ secrets.PR_TOKEN }}

0 commit comments

Comments
 (0)