Skip to content

Commit

Permalink
Turn Off Auto-Patch Releases (#118)
Browse files Browse the repository at this point in the history
* use `patch_without_tag = False`

* take 2
  • Loading branch information
ric-evans committed Dec 22, 2023
1 parent 70ad00d commit 3a8e846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[wipac:cicd_setup_builder]
python_min = 3.10
python_max = 3.11
patch_without_tag = False
package_dirs =
skydriver
clientmanager
Expand All @@ -16,7 +17,7 @@ name = skydriver-clientmanager-ewms-sidecar
[semantic_release] # fully-generated by wipac:cicd_setup_builder
version_variable = skydriver/__init__.py:__version__,clientmanager/__init__.py:__version__,ewms_sidecar/__init__.py:__version__
upload_to_pypi = False
patch_without_tag = True
patch_without_tag = False
commit_parser = semantic_release.history.emoji_parser
major_emoji = [major]
minor_emoji = [minor]
Expand Down

0 comments on commit 3a8e846

Please sign in to comment.