[v10.4.x] CI: For every release PR created, also push a changelog PR to main (#90702)

CI: For every release PR created, also push a changelog PR to main (#90698)

For every release PR created, also push a changelog PR to main

(cherry picked from commit 9232db2416)

Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-07-20 01:14:14 +03:00
committed by GitHub
co-authored by Kevin Minehart
parent 30cf62234c
commit 882042cdff
3 changed files with 29 additions and 9 deletions
+2 -7
View File
@@ -58,18 +58,13 @@ jobs:
echo dry run: ${{ needs.setup.outputs.dry_run }}
create_github_release:
# a github release requires a git tag
# The github-release action retrieves the changelog using the /repos/grafana/grafana/contents/CHANGELOG.md API
# endpoint.
needs: setup
uses: ./.github/workflows/github-release.yml
with:
version: ${{ needs.setup.outputs.version }}
dry_run: ${{ needs.setup.outputs.dry_run == 'true' }}
publish_docs:
needs: setup
runs-on: ubuntu-latest
steps:
- run: |
echo publish docs for ${{ needs.setup.outputs.version }}
echo dry run: ${{ needs.setup.outputs.dry_run }}
post_on_slack:
needs: setup
runs-on: ubuntu-latest