Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit c179dbf

Browse files
committed
Merge branch 'skeleton'
2 parents 21d107a + ededf00 commit c179dbf

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CONTRIBUTING.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

8689
Apart from this, ``master`` and ``skeleton`` should always be deployable,
8790
and are considered the latest release.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python projects.
1212
PyPI ``pip install dls_python3_skeleton``
1313
Source code https://github.com/dls-controls/dls-python3-skeleton
1414
Documentation 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

1818
It integrates the following tools:

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)