File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .PHONY : venv install test quality clean dist
1+ .PHONY : venv install test quality clean dist release
22
33venv : .venv
44.venv :
@@ -23,5 +23,11 @@ clean:
2323 rm -rf build/ dist/ src/* .egg-info
2424 rm -rf __pycache__ * /__pycache__
2525
26- dist : # # Build the distributions.
26+ dist :
2727 python -m build --sdist --wheel
28+
29+ release :
30+ @echo " Update src/linklint/__init__.py"
31+ @echo " Update README.rst"
32+ @echo " Tag in git"
33+ @echo " Push to GitHub"
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ hard-code the decisions.
6767Changes
6868=======
6969
70- Unreleased
71- ----------
70+ v0.4.0 (2026-03-10)
71+ -------------------
7272
7373A number of roles (``:ref: ``, ``:doc: `` and others) were being unlinked when
7474they seemed excessive, but shouldn't have been. They are explicit references to
Original file line number Diff line number Diff line change 1- __version__ = "0.3.1 "
1+ __version__ = "0.4.0 "
You can’t perform that action at this time.
0 commit comments