Skip to content

Prepare Release PR

Prepare Release PR #17

name: Prepare Release PR
on:
workflow_dispatch:
inputs:
release_type:
description: Type of release. patch or minor (major if breaking)
required: true
type: choice
default: patch
options:
- patch
- minor
- major
jobs:
release-notes:
uses: newrelic/node-newrelic/.github/workflows/prep-release.yml@main
with:
release_type: ${{ github.event.inputs.release_type }}
changelog_file: CHANGELOG.md