Skip to content

Commit

Permalink
Adding towncrier
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Jan 15, 2025
1 parent fca694b commit 04f7318
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
Empty file added NEWS.md
Empty file.
27 changes: 23 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pytest-cov = "^4.1.0"
taskipy = "^1.12.0"
mypy = "^1.14.1"
typos = "^1.29.4"
towncrier = "^24.8.0"

[tool.poetry.group.doc.dependencies]
mkdocs = "^1.5.2"
Expand Down Expand Up @@ -76,6 +77,11 @@ doc = 'mkdocs serve'
[tool.mypy]
ignore_missing_imports = true

[tool.towncrier]
directory = "changes"
package = "vmh"
filename = "NEWS.md"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
1 change: 1 addition & 0 deletions vmh/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '0.2.3'

0 comments on commit 04f7318

Please sign in to comment.