Skip to content

Enhance documentation #30

Enhance documentation

Enhance documentation #30

name: Release Management
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
- reopened
milestone:
types:
- closed
permissions:
contents: write
issues: write
pull-requests: write
packages: write
jobs:
release-managment:
name: Release Management
secrets: inherit
uses: WyriHaximus/github-workflows/.github/workflows/github-action-release-managment.yaml@main
with:
milestone: ${{ github.event.milestone.title }}
description: ${{ github.event.milestone.description }}
mustCreateCommit: true
preReleaseScript: |
sed -i 's/main/${{ github.event.milestone.title }}/g' action.yaml
cat action.yaml
git add action.yaml