Skip to content

Update manifests to v1.5.0-rc4 #75

Update manifests to v1.5.0-rc4

Update manifests to v1.5.0-rc4 #75

Workflow file for this run

name: Changelog
on:
push:
tags:
- v*
jobs:
generate_changelog:
if: github.repository == 'numaproj/numaflow'
runs-on: ubuntu-24.04
name: Generate changelog
steps:
- uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
- run: git fetch --prune --prune-tags
- run: git tag -l 'v*'
- run: ./hack/changelog.sh > CHANGELOG.md
- uses: peter-evans/create-pull-request@v6
with:
title: "docs: updated CHANGELOG.md"
commit-message: "docs: updated CHANGELOG.md"
signoff: true