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: .