Skip to content

Commit

Permalink
Merge pull request #36 from testcontainers/release-notes
Browse files Browse the repository at this point in the history
Allow publishing of release notes on the site
  • Loading branch information
oleg-nenashev authored Jul 20, 2024
2 parents 8d0b5a7 + d116871 commit 9fbba45
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Markdown==3.5
MarkupSafe==2.1.3
mergedeep==1.3.4
mkdocs==1.6.0
mkdocstrings==0.25.1
mkdocs-autorefs==0.5.0
mkdocs-macros-plugin==1.0.5
mkdocs-material==9.5.28
Expand All @@ -12,6 +13,7 @@ mkdocs-extra-sass-plugin==0.1.0
mkdocs-render-swagger-plugin==0.1.1
mkdocs-same-dir==0.1.3
mkdocs-pdf==0.1.1
mkdocs_github_changelog==0.1.0
livereload==2.6.3
lxml==4.9.3
click==8.1.7
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Release Notes

## ::github-release-changelog testcontainers/testcontainers-native

13 changes: 13 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ nav:
- WireMock: modules/wiremock/README.md
- Contributing: CONTRIBUTING.md
- Resources:
- Release Notes: docs/changelog.md
- Roadmap: ROADMAP.md
- Support: docs/SUPPORT.md
- Security: docs/SECURITY.md
Expand All @@ -52,6 +53,18 @@ plugins:
- same-dir
- redirects:
redirect_maps:
- mkdocstrings:
default_handler: python
enable_inventory: true
handlers:
python:
paths: [src]
- mkdocs_github_changelog:
token: !ENV GITHUB_TOKEN
release_template: <jinja2 str>
match: 'v[0-9+].[0-9+].[0-9]+'
autoprocess: true
enabled: true

# Markdown
markdown_extensions:
Expand Down

0 comments on commit 9fbba45

Please sign in to comment.