From 079601bf0478bf12c31f1c4e5326572940476ab4 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Mon, 8 Jan 2024 10:17:40 +0100 Subject: [PATCH 1/2] manually update version to 0.3.8 because: ``` plumbum.commands.processes.ProcessExecutionError: Unexpected exit code: 1 Command line: | /usr/bin/git push --follow-tags --set-upstream origin main Stderr: | remote: error: GH006: Protected branch update failed for refs/heads/main. | remote: error: Changes must be made through a pull request. 4 of 4 required status checks are expected. | To https://github.com/ansible-community/antsichaut | ! [remote rejected] main -> main (protected branch hook declined) | error: failed to push some refs to 'https://github.com/ansible-community/antsichaut' ``` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 536e53d..5d07b8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ ignore_missing_imports = true [tool.poetry] name = "antsichaut" -version = "0.3.7" +version = "0.3.8" description = "antsichaut automates ansible changelog generation from GitHub Pull Requests" authors = ["Sebastian Gumprich "] license = "MIT" From 7a9ee2f2dcb7306aa60e310824da28be866c20ad Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Tue, 9 Jan 2024 09:32:11 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d07b8b..2e30853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ ignore_missing_imports = true [tool.poetry] name = "antsichaut" -version = "0.3.8" +version = "0.4.0" description = "antsichaut automates ansible changelog generation from GitHub Pull Requests" authors = ["Sebastian Gumprich "] license = "MIT"