@maggioli-rd/sr-codeowners-plugin
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,8 @@ | ||
## [1.0.5](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.0.4...v1.0.5) (2024-01-08) | ||
### Bug Fixes | ||
* **deps:** update dependency eslint-plugin-n from 16.6.0 to 16.6.1 ([d9b9dc7](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/d9b9dc716c88d56656ee6de655a023609d371c19)) | ||
## [1.0.4](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.0.3...v1.0.4) (2024-01-05) | ||
@@ -2,0 +9,0 @@ |
@@ -8,3 +8,3 @@ import SemanticReleaseError from "@semantic-release/error"; | ||
if (leaderboard == true) { | ||
logger.log("Set " + leaderboard + " as limit"); | ||
logger.log("Set " + leaderboard + " as leaderboard"); | ||
cmd = "git shortlog -s -e -n --all | sed -e 's/^/# /' > CODEOWNERS && " + cmd; | ||
@@ -11,0 +11,0 @@ } |
{ | ||
"name": "@maggioli-rd/sr-codeowners-plugin", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Maggioli Semantic Release Plugin: Codeowners", | ||
@@ -51,3 +51,3 @@ "files": [ | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-n": "16.6.0", | ||
"eslint-plugin-n": "16.6.1", | ||
"eslint-plugin-promise": "6.1.1", | ||
@@ -54,0 +54,0 @@ "semantic-release": "22.0.12", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8866