diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c98b5..518c2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the sample react 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 diff --git a/manifest.yaml b/manifest.yaml index 79e8692..b115f74 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -18,6 +18,11 @@ license: EPL-2.0 repository: type: git url: https://github.com/zowe/sample-react-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: .