Skip to content

Commit 911fa70

Browse files
author
github-actions
committed
Merge branch 'release/4.0.2'
2 parents 62bb351 + 1e99213 commit 911fa70

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Create release (from develop only!)
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
release:
8+
uses: georg-eckert-zeiss/ghp/.github/workflows/create-support-release.yml@main
9+
with:
10+
generate_release_notes: true
11+
secrets: inherit

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ The following actions exist:
1919
+ test 11
2020
+ test 12
2121
+ 13
22+
+ 14

src/GitHubActionsPlayground/GitHubActionsPlayground.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<PropertyGroup>
1212
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net48;net6.0</TargetFrameworks>
1313
<LangVersion>latest</LangVersion>
14-
<PackageVersion>4.0.0</PackageVersion>
14+
<PackageVersion>4.0.2</PackageVersion>
1515
</PropertyGroup>
1616

1717
<PropertyGroup Label="Assembly information">
1818
<AssemblyTitle>A test project for reusable GitHub actions.</AssemblyTitle>
1919
<AssemblyName>GitHubActionsPlayground</AssemblyName>
20-
<AssemblyVersion>4.0.0</AssemblyVersion>
20+
<AssemblyVersion>4.0.2</AssemblyVersion>
2121
<Company>Carl Zeiss Industrielle Messtechnik GmbH</Company>
2222
<Copyright>Copyright © 2022 $(Company)</Copyright>
2323
<Description>This does nothing useful.</Description>

0 commit comments

Comments
 (0)