Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

[WIP] Unified CI 2.0 #20

[WIP] Unified CI 2.0

[WIP] Unified CI 2.0 #20

Workflow file for this run

name: Release
on:
push:
paths: [CHANGELOG.md]
branches: [master, release/*]
pull_request:
paths: [CHANGELOG.md]
branches: [master, release/*]
jobs:
release:
name: Realase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: release
uses: pl-strflt/changelog-driven-release@v1
with:
path: CHANGELOG.md
draft: ${{ github.event_name == 'pull_request' }}
- if: github.event_name == 'pull_request' && steps.release.outputs.tag != ''
uses: marocchino/sticky-pull-request-comment@3d60a5b2dae89d44e0c6ddc69dd7536aec2071cd # v2.5.0
with:
header: release
recreate: true
message: |
## [${{ steps.release.outputs.tag }}](${{ steps.release.outputs.url }})
${{ steps.release.outputs.body }}