You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Recipe has the concept of an Export-Release-Notes task, which is intended to export the published release notes for a release, to then embed them within the application that is being built.
This is done for example within the Chocolatey GUI application.
However, the step that perform the export is not currently set as a dependency of any other task, therefore it is not executing at all.
This task needs to be correctly hooked up to ensure that it is ran, when it needs to be.
The text was updated successfully, but these errors were encountered:
gep13
added
the
Bug
Issues where something has happened which was not expected or intended
label
Mar 17, 2022
To ensure that the exporting of release notes is performed, if allowed,
as part of the overall build. This dependency was missed/removed while
bringing over the functionality of GitReleaseManager from Cake.Recipe.
* release/0.3.0:
(#26) Ensure PrintVariables collection is used
(#24) Correctly assert branch name
(#22) Remove concept of IsMainRepsitory
(#25) Update dependencies of Package task
The Recipe has the concept of an Export-Release-Notes task, which is intended to export the published release notes for a release, to then embed them within the application that is being built.
This is done for example within the Chocolatey GUI application.
However, the step that perform the export is not currently set as a dependency of any other task, therefore it is not executing at all.
This task needs to be correctly hooked up to ensure that it is ran, when it needs to be.
The text was updated successfully, but these errors were encountered: