Skip to content

chore: add create-release-pr workflow#32

Closed
taran-a wants to merge 1 commit into
mainfrom
chore/add-create-release-pr-workflow
Closed

chore: add create-release-pr workflow#32
taran-a wants to merge 1 commit into
mainfrom
chore/add-create-release-pr-workflow

Conversation

@taran-a

@taran-a taran-a commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Explanation

Add create-release-pr.yml workflow.

References

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

@taran-a taran-a requested review from a team as code owners July 15, 2026 11:30
@taran-a taran-a temporarily deployed to default-branch July 15, 2026 11:31 — with GitHub Actions Inactive
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
ref: ${{ github.event.inputs.base-branch }}

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- uses: MetaMask/action-create-release-pr@v3
Comment on lines +24 to +32
- name: Checkout repository
uses: actions/checkout@v4
with:
# This is to guarantee that the most recent tag is fetched.
# This can be configured to a more reasonable value by consumers.
fetch-depth: 0
# We check out the specified branch, which will be used as the base
# branch for all git operations and the release PR.
ref: ${{ github.event.inputs.base-branch }}
@taran-a taran-a closed this Jul 15, 2026
@taran-a taran-a deleted the chore/add-create-release-pr-workflow branch July 15, 2026 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants