Skip to content

Commit

Permalink
fixed dynamic poetry versioning (#10)
Browse files Browse the repository at this point in the history
* added checkout action for release
* added codeowners
  • Loading branch information
stikkireddy authored Aug 10, 2023
1 parent a4dc5af commit 7210bbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @Nike-Inc/brickflow-dev will be requested for
# review when someone opens a pull request.
* @Nike-Inc/brickflow-dev
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ requires = ["poetry-core", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry-dynamic-versioning]
enable = false
enable = true
vcs = "git"
bump = true
style = "semver"
Expand Down

0 comments on commit 7210bbc

Please sign in to comment.