File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments