-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
documentationUser guides, tutorials, specificationsUser guides, tutorials, specifications
Description
See also NC PR exasol/notebook-connector#162
Acceptance Criteria
- PTB User guide describes how to release a project using the PTB
- nox task
release:prepare
is described - merge your PR
- switch current branch to the default branch, e.g. "main" or "master":
git checkout main/master
- ensure default branch to be up to date:
git pull
git tag "${TAG}"; git push origin "${TAG}"
- GH workflow (workflow:
cd.yml
) reacts on this tag and starts the release process .
Metadata
Metadata
Assignees
Labels
documentationUser guides, tutorials, specificationsUser guides, tutorials, specifications