From 93186109059614997a9a8527e26b886e23382d7f Mon Sep 17 00:00:00 2001 From: "ch.zhou" Date: Tue, 29 Jul 2025 11:11:02 +0200 Subject: [PATCH] add build info section in manifest (port changes from PR #126) Signed-off-by: ch.zhou --- CHANGELOG.md | 3 +++ manifest.yaml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f5b22..2df07e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to the sample angular app will be documented in this file. +## 2.0.2 +- Bugfix: Generate build information in manifest. + ## 2.0.1 - Bugfix: Schema file was not included, preventing installation as a component - Bugfix: Manifest build content template was never resolved, so it has been removed. diff --git a/manifest.yaml b/manifest.yaml index d3502cb..ac45513 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -18,6 +18,11 @@ license: EPL-2.0 repository: type: git url: https://github.com/zowe/sample-angular-app.git +build: + branch: "{{build.branch}}" + number: "{{build.number}}" + commitHash: "{{build.commitHash}}" + timestamp: "{{build.timestamp}}" # we do not specify encoding here because its already tagged ascii appfwPlugins: - path: .