Skip to content

Commit de21843

Browse files
committed
adds changelog and enables window size tool
1 parent 5008b3a commit de21843

File tree

11 files changed

+66
-1656
lines changed

11 files changed

+66
-1656
lines changed

.czrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

config/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"name": "Run SPM UI Upgrade Helper - Window Size",
3333
"port": 4004,
3434
"commandName": "extension.runUIUpgradeHelperWindowSize",
35-
"enabled": false
35+
"enabled": true
3636
}
3737
]

docs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 0.0.13 release notes
2+
3+
Read about enhancements and defect fixes in IBM SPM UI Upgrade Helper Tool.
4+
5+
For information about IBM Cúram Social Program Management, visit the [knowledge centre](https://www.ibm.com/docs/en/spm/8.0.0).
6+
7+
For information about server-side changes, see the [IBM Cúram Social Program Management release notes](https://www-01.ibm.com/support/docview.wss?uid=swg27037963) for your version.
8+
9+
10+
## Release notes
11+
12+
### Adds Changelog
13+
14+
Introduces a changelog to document current and future releases. (2825)
15+
16+
### Enables Window Size Tool
17+
18+
Enables the window size tool package. The window size tool will glob UIM files and recommend new page widths if they are either too small or too large for their content. (2825)

docs/CHANGELOG_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# <SPM_UIUH_VERSION> release notes
2+
3+
Read about enhancements and defect fixes in IBM SPM UI Upgrade Helper Tool.
4+
5+
For information about IBM Cúram Social Program Management, visit the [knowledge centre](https://www.ibm.com/docs/en/spm/8.0.0).
6+
7+
For information about server-side changes, see the [IBM Cúram Social Program Management release notes](https://www-01.ibm.com/support/docview.wss?uid=swg27037963) for your version.
8+
9+
## Release notes
10+
11+
### <FEATURE_OR_FIX_TITLE>
12+
13+
<FEATURE_OR_FIX_DESCRIPTION> (<ISSUE_NUMBER>)
14+
15+
## Known issues
16+
17+
### <KNOWN_ISSUE_TITLE>
18+
19+
<KNOWN_ISSUE_DESCRIPTION> (<ISSUE_NUMBER>)

0 commit comments

Comments
 (0)