Skip to content

Generate release notes #3

Generate release notes

Generate release notes #3

Workflow file for this run

name: Generate release notes
on:
workflow_dispatch:
inputs:
bc_commit_sha:
description: 'Commit SHA for the build candidate'
type: string
required: true
version:
description: 'Version to be released (for example, `9.2.1`)'
type: string
required: true
jobs:
build-release-notes:
uses: elastic/elastic-agent-changelog-tool/.github/workflows/generate-release-notes.yml@main

Check failure on line 17 in .github/workflows/release-notes.yml

View workflow run for this annotation

GitHub Actions / Generate release notes

Invalid workflow file

The workflow is not valid. .github/workflows/release-notes.yml (Line: 17, Col: 11): Input branching_model is required, but not provided while calling.
with:
product: Beats
labels: docs,forwardport-main,release,skip-changelog,Team:Docs
bc_commit_sha: ${{ inputs.bc_commit_sha }}
version: ${{ inputs.version }}
release_manager: ${{ github.triggering_actor }}
permissions:
contents: read
id-token: write