Skip to content

Commit

Permalink
chore(log):update-changelog.yaml Types tweaked
Browse files Browse the repository at this point in the history
Tweaked the Types between the :repo and :docs to see if it makes more sense
in the respective CHANGELOGS
  • Loading branch information
imAsparky committed Jul 15, 2021
1 parent a4088c1 commit a2fc239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-changelog.yaml
Expand Up @@ -22,11 +22,11 @@ jobs:
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
PATH: "/CHANGELOG.md"
COMMIT_MESSAGE: "docs(CHANGELOG): update release notes:repo"
TYPE: "chore:Chore,feat:Feature,fix:Bug Fixes,docs:Documentation,perf:Performance Improvements,refactor:Refactor,style:Styling,test:Tests"
TYPE: "chore:Chore,feat:Feature,fix:Bug Fixes,docs:Documentation,perf:Performance Improvements,refactor:Refactor,style:Styling,test:Tests, WIP:In Progress"
- uses: BobAnkh/auto-generate-changelog@master
with:
REPO_NAME: "imAsparky/junction-box"
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
PATH: "/docs/source/CHANGELOG.md"
COMMIT_MESSAGE: "docs(CHANGELOG): update release notes:docs"
TYPE: "chore:Chore,feat:Feature,fix:Bug Fixes,docs:Documentation,perf:Performance Improvements,refactor:Refactor,style:Styling,test:Tests"
TYPE: "feat:Feature,fix:Bug Fixes,docs:Documentation,perf:Performance Improvements,refactor:Refactor,style:Styling,test:Tests"

0 comments on commit a2fc239

Please sign in to comment.