Skip to content

Commit

Permalink
WIP(log):Comment out second BobAnkh job to test #93
Browse files Browse the repository at this point in the history
For a test, I have commented out the second job that updates the change log in
the documents.  If it works, split this job into two and have the second job run
before a readthedocs document build so that the changelog is up to date.

WIP #93
  • Loading branch information
imAsparky committed Jul 16, 2021
1 parent a360ff5 commit 7f44350
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/update-changelog.yaml
Expand Up @@ -23,10 +23,10 @@ jobs:
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, 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: "feat:Feature,fix:Bug Fixes,docs:Documentation,perf:Performance Improvements,refactor:Refactor,style:Styling,test:Tests"
# - 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: "feat:Feature,fix:Bug Fixes,docs:Documentation,perf:Performance Improvements,refactor:Refactor,style:Styling,test:Tests"

0 comments on commit 7f44350

Please sign in to comment.