Skip to content

Commit

Permalink
fix(version): test bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Addon Factory template committed Apr 6, 2021
1 parent a45b3c6 commit 707f884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ poetry-dynamic-versioning = "^0.12"

[tool.poetry-dynamic-versioning]
enable = true
format-jinja = "{% if stage == none %}{{ base }}{% else %}{{ base }}.{{ stage[0:3] }}{{ distance }}{% endif %}"
format-jinja = "{% if stage == none %}{{ base }}{% else %}{{ base }}.{{ stage[0:3] }}{{ revision }}{% endif %}"

[tool.poetry.scripts]
ucc-gen="splunk_add_on_ucc_framework:main"
Expand Down

0 comments on commit 707f884

Please sign in to comment.