From 4eb93ff3907a4f9cef43c9653335a8bdbc4a0f23 Mon Sep 17 00:00:00 2001 From: Zowe Robot Date: Tue, 5 Sep 2023 15:11:05 +0000 Subject: [PATCH] Update changelog with PR #61 description Signed-off-by: Zowe Robot --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f02ed78..6578367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Basic VT Terminal Emulator Changelog ## `1.0.0` +- This action making a CHANGELOG note via special syntax from the GitHub PR commit message, like it could automatically update CHANGELOG.md with the message. First job checks if PR body has changelog note or not if it's not there then it asked them to add it and second job is to check if changelog note has been added in changelog.md file or not. (#61) - Breaking change: Upgrade to Angular 12, Typescript 4, and Corejs 3 to match Desktop libraries in Zowe v2. This app may no longer work in the Zowe v1 Desktop, and v2 should be used instead. - Enhancement: The app now contains a manifest file so that it can be installed with `zwe components install`