Skip to content

Mark 8.3 profile as stable #331

Mark 8.3 profile as stable

Mark 8.3 profile as stable #331

Workflow file for this run

name: Release Issue
on:
issues:
types: [closed]
jobs:
createReleaseIssue:
runs-on: ubuntu-latest
steps:
- if: contains(github.event.issue.labels.*.name, 'release')
name: Create new Release Issue
uses: bpmn-io/actions/release-issue@latest
with:
template-path: 'docs/.project/RELEASE_TEMPLATE.md'
package-path: 'app/package.json'