Skip to content

Commit

Permalink
Validating from version - changelog (#790)
Browse files Browse the repository at this point in the history
* Adding fromversion check in validate

* Adding fromversion check in validate

* Update TestSuite/assets/default_script/sample_script.yml

Co-authored-by: Bar Katzir <37335599+bakatzir@users.noreply.github.com>

* Update demisto_sdk/commands/common/hook_validations/content_entity_validator.py

Co-authored-by: Bar Katzir <37335599+bakatzir@users.noreply.github.com>

* adding doc string

* skipping reputations json

* adding changelog

* adding changelog

Co-authored-by: Bar Katzir <37335599+bakatzir@users.noreply.github.com>
  • Loading branch information
roysagi and bakatzir authored Sep 30, 2020
1 parent eccb64a commit 4259577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
* Added support for *prev-ver* flag in **lint** and **secrets** commands.
* Added support for *text* flag to **update-release-notes** command to add the same text to all release notes.
* Fixed an issue where **validate** did not recognize added files if they were modified locally.
* Added a validation to the **validate** command that checks that the certification field in the pack_metadata file is valid.
* Added a validation that checks the `fromversion` field exists and is set to 5.0.0 or above when working or comparing to a non-feature branch in **validate** command.
* Added a validation that checks the certification field in the pack_metadata file is valid in **validate** command.

# 1.2.1
* Added an additional linter `XSOAR-linter` to the **lint** command which custom validates py files. currently checks for:
Expand Down

0 comments on commit 4259577

Please sign in to comment.