Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit db8e73a

Browse files
+ Add GitHub release notes integration #8
1 parent 527a465 commit db8e73a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Common build script provides cake tasks with the following name convention:
8585
| | Action-Docs-Publishing |
8686
| | Action-Validate-Environment |
8787
| | Action-Restore-NuGet-Packages |
88+
| | Action-GitHub-ReleaseNotes |
89+
| | Action-Docs-Merge |
8890
| Default | Action-Clean <br/> Action-Build <br/> Action-Run-UnitTests |
8991
| Default-Build | Action-Clean <br/> Action-Build |
9092
| Default-Clean | Action-Clean |
@@ -94,7 +96,7 @@ Common build script provides cake tasks with the following name convention:
9496
| Default-CLI | Action-Clean<br/>Action-Build<br/>Action-Run-UnitTests<br/>Action-API-NuGet-Packaging<br/>Action-CLI-Zip-Packaging<br/>Action-CLI-Chocolatey-Packaging |
9597
| Default-CLI-Publishing | Action-Clean<br/>Action-Build<br/>Action-Run-UnitTests<br/>Action-API-NuGet-Packaging<br/>Action-CLI-Zip-Packaging<br/>Action-CLI-Chocolatey-Packaging<br/>Action-CLI-Zip-Publishing<br/>Action-CLI-Chocolatey-Publishing |
9698
| Default-Desktop | TBD |
97-
| Default-CI | Action-Clean<br/>Action-Build<br/>Action-Run-UnitTests<br/>Action-API-NuGet-Packaging<br/>Action-CLI-Zip-Packaging<br/>Action-CLI-Chocolatey-Publishing |
99+
| Default-CI | Action-Clean<br/>Action-Build<br/>Action-Run-UnitTests<br/>Action-API-NuGet-Packaging<br/>Action-CLI-Zip-Packaging<br/>Action-CLI-Chocolatey-Publishing<br/>Action-GitHub-ReleaseNotes<br/>Action-Docs-Merge |
98100

99101
#### Rule 5 - simple build is done with build.json config
100102
All build configiration is to be driven from the build.json config.

0 commit comments

Comments
 (0)