Skip to content

Sync project with template #10

Sync project with template

Sync project with template #10

Workflow file for this run

# Sync GitHub release notes with the changelog
name: "changerelease"
on:
workflow_dispatch:
push:
branches: ["main"]
tags: ["*"]
paths: ["CHANGELOG.md"]
defaults:
run:
shell: "pwsh"
jobs:
changerelease:
permissions:
contents: "write"
runs-on: "ubuntu-22.04"
steps:
- uses: "dropseed/changerelease@3b121c9e98fa055f59a32b023cb4fd2325f4d9dc" # v1.6.0
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
tag_prefix: ""