Skip to content

Commit

Permalink
docs(log):Add CHANGELOG to the docs #56
Browse files Browse the repository at this point in the history
* Added a file copy in update-changelog.yaml for CHANGELOG to the source folder
* Added the CHANGELOG to index.rst TOC

closes #56
  • Loading branch information
imAsparky committed Jul 13, 2021
1 parent 0d6c20c commit c27e973
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-changelog.yaml
Expand Up @@ -20,3 +20,6 @@ jobs:
PATH: "/CHANGELOG.md"
COMMIT_MESSAGE: "docs(CHANGELOG): update release notes"
TYPE: "chore:Chore,feat:Feature,fix:Bug Fixes,docs:Documentation,perf:Performance Improvements,refactor:Refactor,style:Styling,test:Tests"

copy-changelog:
- run: cp /CHANGELOG.md /source/CHANGELOG.md
1 change: 1 addition & 0 deletions docs/source/index.rst
Expand Up @@ -15,6 +15,7 @@ A place to document connections between technologies for our software developmen

style-guide
about
CHANGELOG.md



Expand Down

0 comments on commit c27e973

Please sign in to comment.