Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
pull-requests: write
steps:
- name: Create Release PR
uses: MetaMask/github-tools/.github/actions/create-release-pr@v1.1.0
uses: MetaMask/github-tools/.github/actions/create-release-pr@265e8b3632a5b42a5d4f5c08e549c1f47aa9b898
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Qbandev I wonder what's the new process with regards to versioning. Shall we now always create a new github-tools release when updating github-tools?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, are we manually cutting a new release version whenever there's an update in github-tools?

with:
platform: extension
checkout-base-branch: ${{ needs.resolve-bases.outputs.checkout_base }}
Expand Down
Loading