File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
src/GitHubActionsPlayground Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 66jobs :
77 release :
88 uses : georg-eckert-zeiss/ghp/.github/workflows/create-release.yml@main
9+ with :
10+ generate_release_notes : true
911 secrets : inherit
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ The following actions exist:
1010+ test 3
1111+ test 3
1212+ test 4
13+ + test 5
Original file line number Diff line number Diff line change 1111 <PropertyGroup >
1212 <TargetFrameworks >netstandard2.0;netcoreapp3.1;net48;net6.0</TargetFrameworks >
1313 <LangVersion >latest</LangVersion >
14- <PackageVersion >0.1.5 </PackageVersion >
14+ <PackageVersion >0.1.6 </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 >0.1.5 </AssemblyVersion >
20+ <AssemblyVersion >0.1.6 </AssemblyVersion >
2121 <Company >Carl Zeiss Industrielle Messtechnik GmbH</Company >
2222 <Copyright >Copyright © 2022 $(Company)</Copyright >
2323 <Description >This does nothing useful.</Description >
You can’t perform that action at this time.
0 commit comments