Skip to content

Commit

Permalink
Update release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 30, 2024
1 parent c8bbff3 commit bd6fc19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
# lines 1 and 3 are empty, line 2 contains version number, line 4 contains release date
changelog generate-md -c ./docs/conf.py CHANGELOG.rst -v $version | sed "1,4d" > reports/release.md
sed -i -E 's/:github-user:`(.*)`/@\1/g' reports/release.md
sed -i -E 's/:issue:`(.*)`/#\1/g' reports/release.md
sed -i -E 's/:pr:`(.*)`/#\1/g' reports/release.md
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog

.. changelog::
:version: 1.13.6
:released: 30.01.2024

.. change::
:tags: general, feature
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# -- Project information -----------------------------------------------------

project = "setuptools-git-versioning"
copyright = "2022, dolfinus"
copyright = "2020-2024, dolfinus"
author = "dolfinus"

# The short X.Y version
Expand Down

0 comments on commit bd6fc19

Please sign in to comment.