From 9f1a20f715b702c696b9256150110b875acdca9c Mon Sep 17 00:00:00 2001 From: sberman Date: Sun, 12 Apr 2020 11:33:47 +0300 Subject: [PATCH 1/2] Changelog update --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c43efdfe1..798db33d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ -# Changelog +#changelog +* Added *-c, --command* option in *generate-docs* to generate specific command from integration. +* Fixed an issue in getting a README/CHANGELOG files from git and loading it. +* Removed release notes validation for new content. + +#### 0.5.0 [PyPI History][1] [1]: https://pypi.org/project/demisto-sdk/#history @@ -13,7 +18,7 @@ * Removed the *-t yml_type* argument, the file type will be inferred. * Removed the *-g use_git* argument, running format without arguments will run automatically on git diff. * Fixed an issue in loading playbooks with '=' character. -* Fixed an issue un *validate* failed on deleted README files. +* Fixed an issue in *validate* failed on deleted README files. ### 0.4.8 * Added the *max* field to the Playbook schema, allowing to define it in tasks loop. From 4f30f3c4e8410b16d43bc8bcc0a1cd2cd66fbb8c Mon Sep 17 00:00:00 2001 From: sberman Date: Sun, 12 Apr 2020 11:50:25 +0300 Subject: [PATCH 2/2] Changelog update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d07b47c9..27184bebee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -#changelog +# Changelog * Added *-c, --command* option in *generate-docs* to generate specific command from integration. * Fixed an issue in getting a README/CHANGELOG files from git and loading it. * Removed release notes validation for new content.