Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGES.rst
#	tox.ini
  • Loading branch information
jaraco committed Jun 21, 2023
2 parents 2963377 + 74b0d39 commit 5ca761c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -9,7 +9,7 @@
# Link dates and other references in the changelog
extensions += ['rst.linker']
link_files = {
'../CHANGES.rst': dict(
'../NEWS.rst': dict(
using=dict(GH='https://github.com'),
replace=[
dict(
Expand Down
2 changes: 1 addition & 1 deletion docs/history.rst
Expand Up @@ -5,4 +5,4 @@
History
*******

.. include:: ../CHANGES (links).rst
.. include:: ../NEWS (links).rst
2 changes: 2 additions & 0 deletions towncrier.toml
@@ -0,0 +1,2 @@
[tool.towncrier]
title_format = "{version}"
9 changes: 9 additions & 0 deletions tox.ini
Expand Up @@ -36,6 +36,15 @@ commands =
diff-cover coverage.xml --compare-branch=origin/main --html-report diffcov.html
diff-cover coverage.xml --compare-branch=origin/main --fail-under=100

[testenv:finalize]
skip_install = True
deps =
towncrier
jaraco.develop
passenv = *
commands =
python -m jaraco.develop.towncrier build --yes

[testenv:release]
skip_install = True
deps =
Expand Down

0 comments on commit 5ca761c

Please sign in to comment.