File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments