Skip to content

Commit

Permalink
chore(deps-dev): bump the auto-tagger-dev group in /auto-tagger with …
Browse files Browse the repository at this point in the history
…2 updates (#113)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edoardo Rosa <[email protected]>
  • Loading branch information
dependabot[bot] and notdodo authored Dec 20, 2024
1 parent 66652a5 commit 3da44e3
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 147 deletions.
8 changes: 4 additions & 4 deletions auto-tagger/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
class BumpStrategy(StrEnum):
"""Enum containing the different version bump strategy for semver"""

MAJOR: str = "major"
MINOR: str = "minor"
PATCH: str = "patch"
SKIP: str = "skip"
MAJOR = "major"
MINOR = "minor"
PATCH = "patch"
SKIP = "skip"


class Configuration:
Expand Down
Loading

0 comments on commit 3da44e3

Please sign in to comment.