-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes in about dialog empty #499
Comments
@pascalberger dang it! No, that part is working, I specifically checked that with @RichiCoder1 when we tagged the branch. The problem here is that @ferventcoder then built the project again in order to sign the application, as a result, the release notes were not pulled into the build that shipped with 0.15.0. We are going to need to figure this out for the next release. Thanks for raising this! |
I missed a step then... |
@ferventcoder no, I wouldn't say that. Rather, Cake.Recipe is built on a few assumptions, namely that the final push/build is happening on a CI system, however, this isn't happening here. I made some assumptions when switching Chocolatey GUI build to not do some steps, and I forgot about this one. |
- To try to allow debugging of the Cake Script
- Ensure that Transifex Environment Variable name is correct - Force using specific version of MSBuild Location, so that WiX works on
* release/0.16.0: (82 commits) (GH-499) Minor tweaks to build process (doc) Minor tweaks to documentation (GH-499) Added launch.json file (GH-499) Ignore files used by Wyam (GH-499) Ignore generated documentation Use MahApps search TextBox style instead of regular button. Fix "'public' members must come before 'protected' members". (GH-527) Change _hasLoaded to CanLoadRemotePackages(). (GH-527) Added search on enter in RemoteSourceView (build) Updated to new version of Cake (GH-534) Fixed Application Name (GH-524) Fix errors on build from last changes (GH-524) Change settings for local and remote view directly (GH-524) Added ability to default to Tile View (GH-523) Added new/missing translations (build) Added local environment variables (GH-529) Switch to using Chocolatey Module (GH-529) Added packages.config file for Modules (build) Updated exclusion pattern (build) Updated to latest build.ps1 file ...
Merge branch 'release/0.16.0' * release/0.16.0: (82 commits) (GH-499) Minor tweaks to build process (doc) Minor tweaks to documentation (GH-499) Added launch.json file (GH-499) Ignore files used by Wyam (GH-499) Ignore generated documentation Use MahApps search TextBox style instead of regular button. Fix "'public' members must come before 'protected' members". (GH-527) Change _hasLoaded to CanLoadRemotePackages(). (GH-527) Added search on enter in RemoteSourceView (build) Updated to new version of Cake (GH-534) Fixed Application Name (GH-524) Fix errors on build from last changes (GH-524) Change settings for local and remote view directly (GH-524) Added ability to default to Tile View (GH-523) Added new/missing translations (build) Added local environment variables (GH-529) Switch to using Chocolatey Module (GH-529) Added packages.config file for Modules (build) Updated exclusion pattern (build) Updated to latest build.ps1 file ...
Merge branch 'release/0.16.0' * release/0.16.0: (82 commits) (GH-499) Minor tweaks to build process (doc) Minor tweaks to documentation (GH-499) Added launch.json file (GH-499) Ignore files used by Wyam (GH-499) Ignore generated documentation Use MahApps search TextBox style instead of regular button. Fix "'public' members must come before 'protected' members". (GH-527) Change _hasLoaded to CanLoadRemotePackages(). (GH-527) Added search on enter in RemoteSourceView (build) Updated to new version of Cake (GH-534) Fixed Application Name (GH-524) Fix errors on build from last changes (GH-524) Change settings for local and remote view directly (GH-524) Added ability to default to Tile View (GH-523) Added new/missing translations (build) Added local environment variables (GH-529) Switch to using Chocolatey Module (GH-529) Added packages.config file for Modules (build) Updated exclusion pattern (build) Updated to latest build.ps1 file ...
- To try to allow debugging of the Cake Script
- Ensure that Transifex Environment Variable name is correct - Force using specific version of MSBuild Location, so that WiX works on
The release notes in the about dialog of the released 0.15 version still reads:
Seems like the updating of the file during the build process doesn't work
The text was updated successfully, but these errors were encountered: