From cab7ef4307ff496b865064c9bca060de0250d1a0 Mon Sep 17 00:00:00 2001 From: Georg Eckert Date: Fri, 24 Feb 2023 14:22:14 +0100 Subject: [PATCH 1/4] a --- .github/workflows/create-support-release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/create-support-release.yml diff --git a/.github/workflows/create-support-release.yml b/.github/workflows/create-support-release.yml new file mode 100644 index 0000000..8a4d7f8 --- /dev/null +++ b/.github/workflows/create-support-release.yml @@ -0,0 +1,11 @@ +name: Create release (from develop only!) + +on: + workflow_dispatch: + +jobs: + release: + uses: georg-eckert-zeiss/ghp/.github/workflows/create-support-release.yml@main + with: + generate_release_notes: true + secrets: inherit From e911d9df6723ed8275bfe958789eba6457557e0c Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 24 Feb 2023 13:56:27 +0000 Subject: [PATCH 2/4] Raises version number to 4.0.1 --- src/GitHubActionsPlayground/GitHubActionsPlayground.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj b/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj index d49e416..21b0f80 100644 --- a/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj +++ b/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj @@ -11,13 +11,13 @@ netstandard2.0;netcoreapp3.1;net48;net6.0 latest - 4.0.0 + 4.0.1 A test project for reusable GitHub actions. GitHubActionsPlayground - 4.0.0 + 4.0.1 Carl Zeiss Industrielle Messtechnik GmbH Copyright © 2022 $(Company) This does nothing useful. From 6f110ed0ae77e8197bbc0dcc067f1b46fd7fb761 Mon Sep 17 00:00:00 2001 From: "Georg Eckert (ZEISS)" <67101763+georg-eckert-zeiss@users.noreply.github.com> Date: Fri, 24 Feb 2023 15:36:46 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07f600a..9dfce24 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,4 @@ The following actions exist: + test 11 + test 12 + 13 ++ 14 From 1e992131c30d7bb0f68736f235569aea6a14453e Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 24 Feb 2023 14:38:28 +0000 Subject: [PATCH 4/4] Raises version number to 4.0.2 --- src/GitHubActionsPlayground/GitHubActionsPlayground.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj b/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj index 21b0f80..8660f00 100644 --- a/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj +++ b/src/GitHubActionsPlayground/GitHubActionsPlayground.csproj @@ -11,13 +11,13 @@ netstandard2.0;netcoreapp3.1;net48;net6.0 latest - 4.0.1 + 4.0.2 A test project for reusable GitHub actions. GitHubActionsPlayground - 4.0.1 + 4.0.2 Carl Zeiss Industrielle Messtechnik GmbH Copyright © 2022 $(Company) This does nothing useful.