Skip to content

Commit

Permalink
Clear release notes (#1789)
Browse files Browse the repository at this point in the history
* Clear release notes

* Update git hash

* Add fromversion field to relevant playbooks

* Added empty RN

* clear release notes after 18.7.1 release

* update git hash
  • Loading branch information
Itay4 committed Jul 12, 2018
1 parent 865323e commit 32c0bff
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
docker:
- image: circleci/node:9.11
environment:
CONTENT_VERSION: "18.7.0"
CONTENT_VERSION: "18.7.1"
steps:
- checkout
- run:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
./Tests/scripts/validate_files_structure.sh
- run:
name: Build Content Descriptor
command: ./setContentDescriptor.sh $CIRCLE_BUILD_NUM c547443f5ed9e9841dd4fcb1bef521c9a6c0f70c $CONTENT_VERSION
command: ./setContentDescriptor.sh $CIRCLE_BUILD_NUM 5e28b4819d5ec478d7542901a83ee38bdb215afa $CONTENT_VERSION
- run:
name: Common Server Documentation
command: ./Docs/commonServerDocs.sh
Expand Down
1 change: 0 additions & 1 deletion Integrations/integration-DemistoRESTAPI.yml
Expand Up @@ -210,4 +210,3 @@ script:
description: Request body
description: Send HTTP Multipart request to upload files to Demisto server
runonce: false
releaseNotes: Added demisto-api-multipart and demisto-api-download commands to upload and download files from demisto server
3 changes: 1 addition & 2 deletions Misc/reputations.json
Expand Up @@ -256,6 +256,5 @@
"formatScript": "ExtractDomainFromUrlAndEmail",
"fromVersion": "3.6"
}
],
"releaseNotes":"Fixing Domain reputation"
]
}
1 change: 0 additions & 1 deletion Playbooks/playbook-Domain_Enrichment_-_Generic.yml
Expand Up @@ -2,7 +2,6 @@ id: domain_enrichment_generic
version: -1
name: Domain Enrichment - Generic
fromversion: 3.6.0
releaseNotes: "Spelling fix"
description: Enrich Domain using one or more integrations
starttaskid: "0"
tasks:
Expand Down
1 change: 0 additions & 1 deletion Playbooks/playbook-Domain_Enrichment_-_Generic_3_5.yml
Expand Up @@ -2,7 +2,6 @@ id: domain_enrichment_generic
version: -1
fromversion: 3.5.0
toversion: 3.6.0
releaseNotes: "Spelling fix"
name: Domain Enrichment - Generic
description: Enrich Domain using one or more integrations
starttaskid: "0"
Expand Down
1 change: 0 additions & 1 deletion Playbooks/playbook-IP_Enrichment_-_Generic_3_5.yml
Expand Up @@ -2,7 +2,6 @@ id: ip_enrichment_generic
version: -1
fromversion: 3.5.0
toversion: 3.6.0
releaseNotes: "Spelling fix"
name: IP Enrichment - Generic
description: Enrich IP using one or more integrations
starttaskid: "0"
Expand Down
1 change: 0 additions & 1 deletion Playbooks/playbook-Process_Email.yml
Expand Up @@ -123,4 +123,3 @@ view: |-
}
}
inputs: []
releaseNotes: "-"
1 change: 0 additions & 1 deletion Playbooks/playbook-TIE_-_IOC_Hunt.yml
Expand Up @@ -256,4 +256,3 @@ inputs:
description: |-
The Hash to hunt (Could be MD5,SHA1,SHA256).
Default is set to all hashes
releaseNotes: "-"
1 change: 0 additions & 1 deletion Scripts/script-EmailAskUser.yml
Expand Up @@ -3,7 +3,6 @@ commonfields:
version: -1
name: EmailAskUser
fromversion: 3.5.0
releaseNotes: "Spelling fix"
script: |-
// email body type
var bodyType = 'text';
Expand Down
1 change: 0 additions & 1 deletion Scripts/script-MattermostAskUser.yml
Expand Up @@ -2,7 +2,6 @@ commonfields:
id: MattermostAskUser
version: -1
name: MattermostAskUser
releaseNotes: "Spelling fix"
script: |-
res = demisto.executeCommand('addEntitlement', {'persistent': demisto.get(demisto.args(), 'persistent'), 'replyEntriesTag': demisto.get(demisto.args(), 'replyEntriesTag')})
if isError(res[0]):
Expand Down
1 change: 0 additions & 1 deletion Scripts/script-SendEmailToManager.yml
Expand Up @@ -2,7 +2,6 @@ commonfields:
id: SendEmailToManager
version: 1
name: SendEmailToManager
releaseNotes: "Spelling fix"
fromversion: 3.5.0
script: |-
email = demisto.get(demisto.args(), 'email')
Expand Down
1 change: 0 additions & 1 deletion Scripts/script-SlackAskUser.yml
Expand Up @@ -3,7 +3,6 @@ commonfields:
version: -1
name: SlackAskUser
fromversion: 3.5.0
releaseNotes: "Spelling fix"
script: |-
res = demisto.executeCommand('addEntitlement', {'persistent': demisto.get(demisto.args(), 'persistent'), 'replyEntriesTag': demisto.get(demisto.args(), 'replyEntriesTag')})
if isError(res[0]):
Expand Down

0 comments on commit 32c0bff

Please sign in to comment.