Releases: chocolatey/Chocolatey.Cake.Recipe
Releases · chocolatey/Chocolatey.Cake.Recipe
0.30.1
0.30.0
As part of this release we had 8 issues closed.
Bug Fixes
- #185 Incorrectly running a .NET Framework build as part of a dotnet build by corbob resolved in !189 by corbob
- #186 dotnet builds do not pass through
TreatWarningsAsErrors
like .NET Framework builds do. by corbob resolved in !190 by corbob - #188 dotnet builds that require obfuscation reset the settings variables that have been set by corbob resolved in !192 by corbob
- #196 OWASP dependency-check throwing error when downloading data from NVD by Windos resolved in !197 by Windos
- #199 Builds hang if not in a git repository by corbob resolved in !200 by corbob
Improvements
- #187 Add an
Init
task that projects can wire up to ensure the appropriate initialization level by corbob resolved in !191 by corbob - #193 Don't exit on first obfuscation failure by corbob resolved in !194 by corbob
- #195 Update to latest GitReleaseManager (currently 0.20.0) by gep13 resolved in !202 by gep13
Contributors
3 contributors made this release possible.
0.29.0
As part of this release we had 12 issues closed.
Bug Fixes
- Fix - TargetCommitish is not set correctly when running on Support Branch - see #134.
- Fix - Task "Publish-GitHub-Release" doesn't run when on a Support Branch - see #135.
- Fix - Zip Archive creation is attempted when no files are signed - see #157.
- Fix - Building on a branch starting with a number can cause an error with GitVersion - see #162.
- Fix - The Send-Notifications task uses the current date for the release notes anchor - see #164.
- Fix - GitReleaseManager 0.17.0 is broken and we need to update the version - see #167.
- Fix - ILMerge task unable to be run on it's own - see #181.
Improvements
- Rename task used to publish releases - see #132.
- Add the ability to output notifications without sending them - see #136.
- Add central database support for OWASP Dependency-Check Step - see #171.
- Use Product Copyright when creating NuGet/Chocolatey packages - see #173.
- DockerTagAsLatest task always runs, even on Support Branches - see #174.