Skip to content

Commit

Permalink
feat(changelog): scaffold changelog workflow
Browse files Browse the repository at this point in the history
This uses all the default configuration. Probably needs some refining
but I'm going to use this to test that the trigger works correctly.
  • Loading branch information
99linesofcode committed Apr 26, 2024
1 parent 57ee856 commit 1e715cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: changelog

on:
workflow_call:

jobs:
changelog:

runs-on: ubuntu-latest

steps:
- uses: TriPSs/conventional-changelog-action@v5
with:
github-token: ${{ secrets.github_token }}

0 comments on commit 1e715cf

Please sign in to comment.