Skip to content

Wasm Create Hotfix PR #41

Wasm Create Hotfix PR

Wasm Create Hotfix PR #41

name: Wasm Create Hotfix PR
on:
workflow_dispatch:
inputs:
branch:
description: 'Name of the support branch (e.g. `support/wasm-v1.2`)'
required: true
jobs:
create-hotfix-pr:
# owner/repository of workflow has to be static, see https://github.community/t/env-variables-in-uses/17466
uses: iotaledger/identity.rs/.github/workflows/shared-create-hotfix-pr.yml@main
with:
branch: ${{ github.event.inputs.branch }}
branch-regex: ^support\/wasm-v[0-9]+\.[0-9]+$
tag-prefix: wasm-v
main-tag-regex: ^wasm-v[0-9]+\.[0-9]+\.[0-9]+$
changelog-config-path: ./bindings/wasm/.github_changelog_generator
changelog-path: ./bindings/wasm/CHANGELOG.md
release-target: wasm
secrets:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}