This repository was archived by the owner on Mar 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,10 @@ jobs:
103103 - name : Github Release
104104 # We pin to the SHA, not the tag, for security reasons.
105105 # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
106- uses : softprops/action-gh-release@2d72d869af3bf23602f9593a1e3fd739b80ac1eb # v0.1.12
106+ uses : softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # v0.1.14
107107 with :
108108 files : dist/*
109- body : See [Changelog](CHANGELOG.rst) for more details
109+ generate_release_notes : true
110110 env :
111111 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
112112
Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ When this happens:
8282- Git tag the version
8383- Push to github and the actions will make a release on pypi
8484- Push to internal gitlab and do a dls-release.py of the tag
85+ - Check and edit for clarity the autogenerated GitHub release _
86+
87+ .. _release : https://dls-controls.github.io/dls-python3-skeleton/releases
8588
8689Apart from this, ``master `` and ``skeleton `` should always be deployable,
8790and are considered the latest release.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Python projects.
1212PyPI ``pip install dls_python3_skeleton ``
1313Source code https://github.com/dls-controls/dls-python3-skeleton
1414Documentation https://dls-controls.github.io/dls-python3-skeleton
15- Changelog https://github.com/dls-controls/dls-python3-skeleton/blob/master/CHANGELOG.rst
15+ Releases https://github.com/dls-controls/dls-python3-skeleton/releases
1616============== ==============================================================
1717
1818It integrates the following tools:
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ Practical step-by-step guides for the more experienced user.
99 :caption: Reference
1010
1111 reference/contributing
12- Changelog <https://github.com/dls-controls/dls-python3-skeleton/blob/master/CHANGELOG.rst >
12+ Releases <https://github.com/dls-controls/dls-python3-skeleton/releases >
You can’t perform that action at this time.
0 commit comments