Skip to content

Update Node.js to v22 (#152) #99

Update Node.js to v22 (#152)

Update Node.js to v22 (#152) #99

Workflow file for this run

name: Create Draft Release Notes
on:
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
permissions:
contents: read
jobs:
draft-release:
name: Create Draft Release
runs-on: ubuntu-24.04
permissions:
contents: write
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Draft Release Notes
uses: lucacome/draft-release@5d29432a46bff6c122cd4b07a1fb94e1bb158d34 # v1.1.1
with:
minor-label: "enhancement"
major-label: "change"
publish: ${{ github.ref_type == 'tag' }}