Skip to content

v5.0

Compare
Choose a tag to compare
@freddydk freddydk released this 03 Apr 05:11
· 23 commits to main since this release
e6f3293

Issues

  • Issue 940 Publish to Environment is broken when specifying projects to publish
  • Issue 994 CI/CD ignores Deploy to GitHub Pages in private repositories

New Settings

  • UpdateALGoSystemFilesEnvironment: The name of the environment that is referenced in job UpdateALGoSystemFiles in the Update AL-Go System Files workflow. See jobs.<job_id>.environment for more information. Currently, only setting the environment name is supported.

Issues

  • Support release branches that start with releases/
  • Issue 870 Improve Error Handling when CLI is missing
  • Issue 889 CreateRelease and IncrementVersionNumber workflow did not handle wild characters in appFolders, testFolders or bcptTestFolders settings.
  • Issue 973 Prerelease is not used for deployment

Build modes

AL-Go ships with Default, Translated and Clean mode out of the box. Now you can also define custom build modes in addition to the ones shipped with AL-Go. This allows you to define your own build modes, which can be used to build your apps in different ways. By default, a custom build mode will build the apps similarly to the Default mode but this behavior can be overridden in e.g. script overrides in your repository.