Skip to content

Commit

Permalink
Update tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Mar 13, 2024
1 parent 188eed6 commit 900524c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions exasol/toolbox/nox/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,6 @@ def report(session: Session) -> None:
def prepare_release(session: Session, python=False) -> None:
"""
Prepares the project for a new release.
Arguments:
version: A version string of the following format: {number}.{number}.{number} (Major, Minor, Patch).
"""

def _parser():
Expand Down Expand Up @@ -439,13 +435,11 @@ def release(session: Session, python=False) -> None:
Creates a new release and publishing it to GitHub and pypi.
"""
session.error("Not implemented yet")


# Precondition(s):
# Convert ci-cd.yml workflow to cd.yml workflow
# Tests validation can be skipped. Branch protection together with
# PR and merge validation shoudl be sufficient

# ----------------------------------------------------------------------
# 0. Check that version isn't released yet (tag does not exist (origin))
# 0.1. update git information
# 0.2. check if origin does not have the tag yet
Expand Down

0 comments on commit 900524c

Please sign in to comment.