Skip to content

Release PR

Release PR #2

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@2844df54744d5b95507c6df844b1422478dd3cc1 # 0.5.0
with:
new-version: ${{ github.event.inputs.new-version }}
published-url: 'https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint'
permissions:
contents: write
pull-requests: write