Skip to content

Commit 1c0e087

Browse files
update change log
1 parent 93ca680 commit 1c0e087

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* Updated design doc (Added known Issues)
1616
* Updated migration progress table
1717
* Updated the FAQ with an entry about the ``isort`` compatibility issue
18+
* [#351](https://github.com/exasol/python-toolbox/issues/351), [#352](https://github.com/exasol/python-toolbox/issues/352): updated user guide
1819

1920
## 🔧 Changed
2021
* Updated `actions/upload-artifacts` version to `4.6.0`

doc/user_guide/how_to_release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How to Release
55
#. Merge your **Pull Request** to main
66
#. Switch the **current branch** to the **default branch**
77
#. Ensure default branch to be up to date: :code:`git pull`
8-
#. Set your **tag name**: :code:`TAG=...`
8+
#. Set your **tag name**: :code:`TAG=<name>`
99
#. Use :code:`git tag "${TAG}"` to create a new tag in your repo
1010
#. Use :code:`git push origin "${TAG}"` to push it in your remote repo
1111
#. GitHub workflow reacts on this tag and starts the release process

0 commit comments

Comments
 (0)