gha-utils 4.5.1__tar.gz → 4.5.2__tar.gz

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.

Potentially problematic release.


This version of gha-utils might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gha-utils
3
- Version: 4.5.1
3
+ Version: 4.5.2
4
4
  Summary: ⚙️ CLI helpers for GitHub Actions + reuseable workflows
5
5
  Author-email: Kevin Deldycke <kevin@deldycke.com>
6
6
  Project-URL: Homepage, https://github.com/kdeldycke/workflows
@@ -17,4 +17,4 @@
17
17
 
18
18
  from __future__ import annotations
19
19
 
20
- __version__ = "4.5.1"
20
+ __version__ = "4.5.2"
@@ -141,7 +141,6 @@ class Changelog:
141
141
  new_entry,
142
142
  flags=re.MULTILINE | re.DOTALL,
143
143
  )
144
- new_entry = f"{SECTION_START}{new_entry}"
145
144
  logging.info("New generated section:\n" + indent(new_entry, " " * 2))
146
145
 
147
146
  # No need to update.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gha-utils
3
- Version: 4.5.1
3
+ Version: 4.5.2
4
4
  Summary: ⚙️ CLI helpers for GitHub Actions + reuseable workflows
5
5
  Author-email: Kevin Deldycke <kevin@deldycke.com>
6
6
  Project-URL: Homepage, https://github.com/kdeldycke/workflows
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  # Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
3
3
  name = "gha-utils"
4
- version = "4.5.1"
4
+ version = "4.5.2"
5
5
  # Python versions and their status: https://devguide.python.org/versions/
6
6
  requires-python = ">= 3.9"
7
7
  description = "⚙️ CLI helpers for GitHub Actions + reuseable workflows"
@@ -106,7 +106,7 @@ warn_unreachable = true
106
106
  pretty = true
107
107
 
108
108
  [tool.bumpversion]
109
- current_version = "4.5.1"
109
+ current_version = "4.5.2"
110
110
  allow_dirty = true
111
111
  ignore_missing_files = true
112
112
 
File without changes
File without changes
File without changes
File without changes