File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8888 mkdir reports/
8989 pip install -e . --no-build-isolation
9090 version=$(echo $GITHUB_REF_SLUG | sed -E "s/v(.*)/\1/")
91- changelog generate-md -c ./docs/conf.py CHANGELOG.rst -v $version > reports/release.md
91+ # lines 1 and 3 are empty, line 2 contains version number, line 4 contains release date
92+ changelog generate-md -c ./docs/conf.py CHANGELOG.rst -v $version | sed "1,4d" > reports/release.md
9293
9394 - name : Check package
9495 run : twine check dist/*
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Changelog
99 :released: 01.11.2022
1010
1111 .. change ::
12- :tags: dependencies , feature
12+ :tags: dependency , feature
1313
1414 For Python 3.11 use built-in ``tomllib `` instead of ``toml `` package
1515
You can’t perform that action at this time.
0 commit comments