Skip to content

Commit

Permalink
Merge pull request #157 from neutrons/versioningit_next_version
Browse files Browse the repository at this point in the history
Versioningit next version
  • Loading branch information
peterfpeterson authored Feb 28, 2024
2 parents fd5df89 + 6e60051 commit 3a2a5b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/dasmon_app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ method = "git"
default-tag = "1.0.0"

[tool.versioningit.next-version]
method = "minor"
method = "smallest"

[tool.versioningit.format]
distance = "{next_version}.dev{distance}"
Expand Down
2 changes: 1 addition & 1 deletion src/webmon_app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ method = "git"
default-tag = "1.0.0"

[tool.versioningit.next-version]
method = "minor"
method = "smallest"

[tool.versioningit.format]
distance = "{next_version}.dev{distance}"
Expand Down
2 changes: 1 addition & 1 deletion src/workflow_app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ method = "git"
default-tag = "1.0.0"

[tool.versioningit.next-version]
method = "minor"
method = "smallest"

[tool.versioningit.format]
distance = "{next_version}.dev{distance}"
Expand Down

0 comments on commit 3a2a5b6

Please sign in to comment.