korekt-cli 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "korekt-cli",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "AI-powered code review CLI - Keep your kode korekt",
5
5
  "main": "src/index.js",
6
6
  "bin": {
package/scripts/azure.sh CHANGED
@@ -428,9 +428,6 @@ if [ -n "$BUILD_BUILDID" ]; then
428
428
  echo "" >> "$COMMENT_FILE"
429
429
  fi
430
430
 
431
- echo "---" >> "$COMMENT_FILE"
432
- echo "*Powered by [korekt-cli](https://github.com/korekt-ai/korekt-cli)*" >> "$COMMENT_FILE"
433
-
434
431
  # Delete old summaries
435
432
  delete_old_summary_comments
436
433
 
@@ -398,9 +398,6 @@ if [ -n "${BITBUCKET_BUILD_NUMBER:-}" ]; then
398
398
  echo "" >> "$COMMENT_FILE"
399
399
  fi
400
400
 
401
- echo "---" >> "$COMMENT_FILE"
402
- echo "*Powered by [korekt-cli](https://github.com/korekt-ai/korekt-cli)*" >> "$COMMENT_FILE"
403
-
404
401
  # Delete old summaries
405
402
  delete_old_summary_comments
406
403
 
package/scripts/github.sh CHANGED
@@ -389,9 +389,6 @@ else
389
389
  fi
390
390
  fi
391
391
 
392
- echo "---" >> "$COMMENT_FILE"
393
- echo "*Powered by [korekt-cli](https://github.com/korekt-ai/korekt-cli)*" >> "$COMMENT_FILE"
394
-
395
392
  # Delete old summaries
396
393
  delete_old_summary_comments
397
394