Skip to content

Commit

Permalink
Merge pull request #73 from mlinfra-io/update-release-notes
Browse files Browse the repository at this point in the history
feature: added-release-notes-generator
  • Loading branch information
aliabbasjaffri authored Mar 8, 2024
2 parents db3d561 + d0fd107 commit 0cf85de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ jobs:
with:
pythonVersion: "3.10"
dependencyType: "docs"
- uses: docker://tiangolo/latest-changes:0.3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: docs/RELEASE_NOTES.md
latest_changes_header: "## Latest Changes"
end_regex: "^## "
debug_logs: true
label_header_prefix: "### "
- name: Publish documentation
uses: ./.github/actions/mike-docs
with:
Expand Down
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Release Notes

0 comments on commit 0cf85de

Please sign in to comment.