Skip to content

Commit

Permalink
Merge branch 'release/4.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 24, 2023
2 parents 62bb351 + 1e99213 commit 911fa70
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/create-support-release.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ The following actions exist:
+ test 11
+ test 12
+ 13
+ 14
4 changes: 2 additions & 2 deletions src/GitHubActionsPlayground/GitHubActionsPlayground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net48;net6.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<PackageVersion>4.0.0</PackageVersion>
<PackageVersion>4.0.2</PackageVersion>
</PropertyGroup>

<PropertyGroup Label="Assembly information">
<AssemblyTitle>A test project for reusable GitHub actions.</AssemblyTitle>
<AssemblyName>GitHubActionsPlayground</AssemblyName>
<AssemblyVersion>4.0.0</AssemblyVersion>
<AssemblyVersion>4.0.2</AssemblyVersion>
<Company>Carl Zeiss Industrielle Messtechnik GmbH</Company>
<Copyright>Copyright © 2022 $(Company)</Copyright>
<Description>This does nothing useful.</Description>
Expand Down

0 comments on commit 911fa70

Please sign in to comment.