Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Output a notice when there are no available updates for AL-Go (#1359)
This pull request introduces a new function to output notices and updates existing scripts to use this function instead of issuing warnings when there are no updates available for AL-Go for GitHub. New function addition: * [`Actions/AL-Go-Helper.ps1`](diffhunk://#diff-d6e7039af6c0c11ad1a23decab42e0c9d1faeb7756089f0ebf640a2694665014R188-R200): Added `OutputNotice` function to output messages as notices. Updates to existing scripts: * [`Actions/CheckForUpdates/CheckForUpdates.ps1`](diffhunk://#diff-263c4046164f3ede51bbb35b7cdaf06701d35691bf18971273f24eaeb9bd41edL201-R201): Updated to use `OutputNotice` instead of warnings when no updates are available. Documentation update: * [`RELEASENOTES.md`](diffhunk://#diff-310cf8dbf9f6a843674df7afb82cf592a81636c01f7c25221aba39cf86e8dcf1R7): Added an entry noting the change from warnings to notices for no updates available.
- Loading branch information