Skip to content

Release PR

Release PR #1

Workflow file for this run

name: Release PR
on:
workflow_dispatch:
inputs:
new-version:
description: New version to release
required: true
type: choice
options: [patch, minor, major]
jobs:
release-pr:
uses: stylelint/.github/.github/workflows/call-release-pr.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # 0.3.0
with:
new-version: ${{ github.event.inputs.new-version }}
permissions:
contents: write
pull-requests: write