python-semantic-release 10.4.0__py3-none-any.whl → 10.4.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_semantic_release-10.4.0.dist-info → python_semantic_release-10.4.1.dist-info}/METADATA +1 -1
- {python_semantic_release-10.4.0.dist-info → python_semantic_release-10.4.1.dist-info}/RECORD +7 -7
- semantic_release/cli/commands/version.py +1 -1
- {python_semantic_release-10.4.0.dist-info → python_semantic_release-10.4.1.dist-info}/WHEEL +0 -0
- {python_semantic_release-10.4.0.dist-info → python_semantic_release-10.4.1.dist-info}/entry_points.txt +0 -0
- {python_semantic_release-10.4.0.dist-info → python_semantic_release-10.4.1.dist-info}/licenses/LICENSE +0 -0
- {python_semantic_release-10.4.0.dist-info → python_semantic_release-10.4.1.dist-info}/top_level.txt +0 -0
{python_semantic_release-10.4.0.dist-info → python_semantic_release-10.4.1.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
python_semantic_release-10.4.
|
|
1
|
+
python_semantic_release-10.4.1.dist-info/licenses/LICENSE,sha256=NE85nszX252sdQdu0xgS9qwfYES0k8qS6gW3uO4jRGE,1083
|
|
2
2
|
semantic_release/__init__.py,sha256=tRJWhrn_dUt0QycXD2DoJSfEP5uwmxngH7jvbG2i-hA,1317
|
|
3
3
|
semantic_release/__main__.py,sha256=pksxr6g1vkKq98Q1lShsxG8tk55IMiSMHzAHKyFU5x0,1704
|
|
4
4
|
semantic_release/const.py,sha256=wInJR7vcOgT1ysm5VuJQ6lD_ZGYnCwRVKz7Uz3htQc4,861
|
|
@@ -25,7 +25,7 @@ semantic_release/cli/commands/changelog.py,sha256=wJfd4VVfrGnu2jnIpG25cdVcbXIX-E
|
|
|
25
25
|
semantic_release/cli/commands/generate_config.py,sha256=2xZOu3NpyhBp0pWr7d8ugKl_kjqQgpSsSMHq5wHTfrE,1699
|
|
26
26
|
semantic_release/cli/commands/main.py,sha256=u1zhkkvKCZ2TtUqjzvdFTe5UZsvfws_pjqqo6CY0bBo,4351
|
|
27
27
|
semantic_release/cli/commands/publish.py,sha256=CE_LJTxFnc337MfpsfdJopi7QCwwE13GqGNQ-dNgWis,2871
|
|
28
|
-
semantic_release/cli/commands/version.py,sha256=
|
|
28
|
+
semantic_release/cli/commands/version.py,sha256=vlBNbQq0rW930UpI983-Rr-71fdK6qVPjMiRqMTBBUE,26616
|
|
29
29
|
semantic_release/commit_parser/__init__.py,sha256=uCC2YI-EDPUAa6TwWYJA8TS7baWE2bXrLEGcrhJKofI,1323
|
|
30
30
|
semantic_release/commit_parser/_base.py,sha256=DLsHnbXG-39JkUbcnsBCSV2GmV35w1rasyoMhK8G0UE,3058
|
|
31
31
|
semantic_release/commit_parser/angular.py,sha256=MY_fo9F4EZ-ac8wYzBR0uD94O5Li2D-8zEMR01wss4c,18534
|
|
@@ -77,8 +77,8 @@ semantic_release/version/declarations/enum.py,sha256=3n5Py9DoFkmItIdsmtQrJgmAhep
|
|
|
77
77
|
semantic_release/version/declarations/i_version_replacer.py,sha256=oP6BxJuxwI44roI6448tomShv1sMoy9ry8TlhhIQtfc,2416
|
|
78
78
|
semantic_release/version/declarations/pattern.py,sha256=MpUmsHYGAVAuFSKSb29FLcWeUCEHG_TRyhMO-2DWAAs,8308
|
|
79
79
|
semantic_release/version/declarations/toml.py,sha256=2K4DtX5Qq1iHT8cG8mISPTMmp50w6Av0KmLAKZPYqq8,4931
|
|
80
|
-
python_semantic_release-10.4.
|
|
81
|
-
python_semantic_release-10.4.
|
|
82
|
-
python_semantic_release-10.4.
|
|
83
|
-
python_semantic_release-10.4.
|
|
84
|
-
python_semantic_release-10.4.
|
|
80
|
+
python_semantic_release-10.4.1.dist-info/METADATA,sha256=_p8pbdBeY6Sz6ch5N7HguLDiBT2IzfNR5NflXHrTt38,3927
|
|
81
|
+
python_semantic_release-10.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
82
|
+
python_semantic_release-10.4.1.dist-info/entry_points.txt,sha256=kzkCyDJsMOwgpFwEWKE9wxN1tXaUP6g6GIO4xtc0QuE,162
|
|
83
|
+
python_semantic_release-10.4.1.dist-info/top_level.txt,sha256=qYA24nyg3eP-ti5UW7Vuj2aXVmM0wqVHx4mREdRZNAA,17
|
|
84
|
+
python_semantic_release-10.4.1.dist-info/RECORD,,
|
|
@@ -710,7 +710,7 @@ def version( # noqa: C901
|
|
|
710
710
|
# are disabled, and the changelog generation is disabled or it's not
|
|
711
711
|
# modified, then the HEAD commit will be tagged as a release commit
|
|
712
712
|
# despite not being made by PSR
|
|
713
|
-
if
|
|
713
|
+
if create_tag:
|
|
714
714
|
project.git_tag(
|
|
715
715
|
tag_name=new_version.as_tag(),
|
|
716
716
|
message=new_version.as_tag(),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_semantic_release-10.4.0.dist-info → python_semantic_release-10.4.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|