Skip to content

Commit

Permalink
Merge pull request #91 from EventStore/DEV-278/add-changelog-to-repli…
Browse files Browse the repository at this point in the history
…cator

DEV-278 - Add changelog and workflow to automatically update it
  • Loading branch information
alexeyzimarev authored Mar 6, 2024
2 parents 12e020d + 4da034d commit eec7ff2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Update Changelog
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *' # Every day at 3am UTC.
jobs:
updateChangelog:
name: Update Changelog
runs-on: ubuntu-latest
steps:
- name: Update changelog for Replicator
uses: EventStore/Automations/changelog-update@master
with:
github-token: ${{ secrets.ORG_GH_BOT_AUTOMATION }}
Empty file added CHANGELOG.md
Empty file.

0 comments on commit eec7ff2

Please sign in to comment.