Skip to content

Commit 0e5941e

Browse files
Merge pull request #157 from markcocker/Changelog
Changelog
2 parents e5bda86 + 56e121d commit 0e5941e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
<!--
5+
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
Changes should be placed under the following headings:
8+
### Added
9+
- for new features
10+
### Changed
11+
- for changes in existing functionality
12+
### Deprecated
13+
- for soon-to-be removed features
14+
### Removed
15+
- for now removed features
16+
### Fixed
17+
- for any bug fixes
18+
### Security
19+
- in case of vulnerabilities
20+
-->
21+
22+
## [Unreleased]
23+
24+
### Added
25+
26+
- Zowe CLI cics-deploy plugin including the commands:
27+
28+
- `zowe cics-deploy generate bundle`
29+
- `zowe cics-deploy push bundle`
30+
- `zowe cics-deploy deploy bundle`
31+
- `zowe cics-deploy undeploy bundle`
32+
33+
- Zowe CLI cics-deploy profile
34+
- Documentation in GitHub pages

0 commit comments

Comments
 (0)