Skip to content

Commit

Permalink
feat(#6): Update CHANGELOG yaml
Browse files Browse the repository at this point in the history
Rewrite update-changelog.yaml and point it to https://github.com/BobAnkh/auto-generate-changelog
issue #6
  • Loading branch information
imAsparky committed Jul 7, 2021
1 parent e529d8c commit b9920f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-changelog.yaml
Expand Up @@ -2,7 +2,8 @@ name: Auto-generate CHANGELOG
on:
release:
types: [created, edited]

schedule:
- cron: "0 2 * * *"
workflow_dispatch:

jobs:
Expand All @@ -18,4 +19,4 @@ jobs:
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
PATH: "/CHANGELOG.md"
COMMIT_MESSAGE: "docs(CHANGELOG): update release notes"
TYPE: "FEAT:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements"
TYPE: "feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements,test:Tests"

0 comments on commit b9920f1

Please sign in to comment.