Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the sample angular app will be documented in this file.

## 2.0.2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.18.4

- 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.
Expand Down
5 changes: 5 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
Loading