Skip to content

Commit

Permalink
Merge pull request #86 from demisto/fix-beta-rn-finding
Browse files Browse the repository at this point in the history
fixing validation for beta integration release notes
  • Loading branch information
roysagi authored Dec 24, 2019
2 parents 1fc2cdb + 02b8c23 commit 19e5453
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

[1]: https://pypi.org/project/demisto-sdk/#history

### 0.2.5

* Fixed an issue with locating release notes for beta integrations in **validate**.

### 0.2.4

* Adding image validation to Beta_Integration and Packs in **validate**.
Expand Down
2 changes: 1 addition & 1 deletion demisto_sdk/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def no_common_server_python(path):

IGNORED_TYPES_REGEXES = [DESCRIPTION_REGEX, IMAGE_REGEX, PIPFILE_REGEX, SCHEMA_REGEX]

PACKAGE_YML_FILE_REGEX = r'(?:\./)?(?:Packs/[^/]+/)?(?:Integrations|Scripts)/([^\\/]+)/\1.yml'
PACKAGE_YML_FILE_REGEX = r'(?:\./)?(?:Packs/[^/]+/)?(?:Integrations|Scripts|Beta_Integrations)/([^\\/]+)/\1.yml'
PACKS_YML_FILE_REGEX = r'{}/([^/]+)/(?:{}|{})/([^/]+)/\2\.yml'.format(PACKS_DIR, INTEGRATIONS_DIR, SCRIPTS_DIR)


Expand Down

0 comments on commit 19e5453

Please sign in to comment.