Skip to content

Commit

Permalink
chore: setup automated updates for other changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
casimir committed Feb 3, 2025
1 parent e4e7caa commit 8284bfd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/update_changelog.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: update changelog
name: update changelogs
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
changelog:
name: Update changelog
changelogs:
name: Update all changelogs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -16,7 +16,9 @@ jobs:
env:
# the value in the config is overriden implicitly
OUTPUT: CHANGELOG.md
- uses: dart-lang/setup-dart@v1
- run: dart run tools/setup_metadata.dart
- run: dart run flathub/render_metadata.dart
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Automated changelog update"
file_pattern: CHANGELOG.md

0 comments on commit 8284bfd

Please sign in to comment.