File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed
Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 77## 🐞 Fixed
88
99* Added multi-version extension to Sphinx configuration of the project template
10+ * fixed bug in tbx worflow install error if directory exists[ #298 ] ( https://github.com/exasol/python-toolbox/issues/298 )
Original file line number Diff line number Diff line change 1+ install issue
2+ $ tbx issue install feature
3+ Installed feature in .github/ISSUE_TEMPLATE/feature.md
4+
5+ install another issue
6+ $ tbx issue install bug
7+ Installed bug in .github/ISSUE_TEMPLATE/bug.md
8+
9+ install another issue if this issue exists
10+ $ touch .github/ISSUE_TEMPLATE/refactoring.md
11+ $ tbx issue install refactoring
12+ Installed refactoring in .github/ISSUE_TEMPLATE/refactoring.md
Original file line number Diff line number Diff line change 1+ install workflow
2+ $ tbx workflow install cd
3+ Installed cd in .github/workflows/cd.yml
4+
5+ install another workflow
6+ $ tbx workflow install checks
7+ Installed checks in .github/workflows/checks.yml
8+
9+ install another workflow if this workflow exists
10+ $ touch .github/workflows/ci.yml
11+ $ tbx workflow install ci
12+ Installed ci in .github/workflows/ci.yml
You can’t perform that action at this time.
0 commit comments