Skip to content

Generate release notes #27

Generate release notes

Generate release notes #27

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 / .github/workflows/release-notes.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release-notes.yml" -> "elastic/elastic-agent-changelog-tool/.github/workflows/generate-release-notes.yml@main" (source branch with sha:3ec41e915d15e48c1930dbce477bdeb71d53abfe) : You have an error in your yaml syntax on line 61
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 }}
branching_model: 'latest minor version'
permissions:
contents: read
id-token: write