Skip to content

Commit

Permalink
Automatically generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
4Ply authored Dec 28, 2024
1 parent eff71e0 commit 1d7671d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish changelog
permissions:
contents: write

on:
push:
branches: ['main']
tags:
- '[0-9]+.[0-9]+.[0-9]+'

jobs:
generate-changelog:
name: Generate changelog
uses: trackedout/dunga-dunga-backend/.github/workflows/changelog.yml@main
secrets: inherit

0 comments on commit 1d7671d

Please sign in to comment.