From 0244aff865e036b4aee19f0cd700f2513259ef31 Mon Sep 17 00:00:00 2001 From: dark-kitt <42038118+dark-kitt@users.noreply.github.com> Date: Wed, 8 May 2024 07:56:26 +0200 Subject: [PATCH] fix(no-release): + next test for no-release scope --- .releaserc | 2 +- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.releaserc b/.releaserc index 0f76b74..9f0ae2e 100644 --- a/.releaserc +++ b/.releaserc @@ -4,7 +4,7 @@ [ "@semantic-release/commit-analyzer", { - "preset": "conventionalcommits", + "preset": "angular", "releaseRules": [ { "scope": "no-release", "release": false }, { "scope": "breaking", "release": "major" }, diff --git a/package.json b/package.json index 11eff59..9211f5e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Vue 3 / TypeScript 5 library for UI components / modules", "repository": { "type": "git", - "url": "https://github.com/dark-kitt/vue-ts-kitt.git" + "url": "git+https://github.com/dark-kitt/vue-ts-kitt.git" }, "author": "dark-kitt <42038118+dark-kitt@users.noreply.github.com>", "license": "CC-BY-4.0", @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^7.8.0", "@vitejs/plugin-vue": "^5.0.4", "@vue/eslint-config-typescript": "^13.0.0", - "conventional-changelog-conventionalcommits": "^8.0.0", + "conventional-changelog-angular": "^8.0.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", diff --git a/yarn.lock b/yarn.lock index 247126c..a398653 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1815,12 +1815,12 @@ __metadata: languageName: node linkType: hard -"conventional-changelog-conventionalcommits@npm:^8.0.0": +"conventional-changelog-angular@npm:^8.0.0": version: 8.0.0 - resolution: "conventional-changelog-conventionalcommits@npm:8.0.0" + resolution: "conventional-changelog-angular@npm:8.0.0" dependencies: compare-func: "npm:^2.0.0" - checksum: 10c0/368ee2245094579b38e1beac110577f75d82ab341d1bc6943052d5243f8bacc9ea08222a91a595a17f5f4ccc321b926211da00dd25b43877a3c51d8218bc76f0 + checksum: 10c0/743faceab876bb9b9656f2389830d0ccb7c5caf02a629cb495d75c65c43414274728d7059b716d0c7d66fd663f8b978f25d44657148b8bc64ece12952cbfd886 languageName: node linkType: hard @@ -5185,7 +5185,7 @@ __metadata: "@typescript-eslint/parser": "npm:^7.8.0" "@vitejs/plugin-vue": "npm:^5.0.4" "@vue/eslint-config-typescript": "npm:^13.0.0" - conventional-changelog-conventionalcommits: "npm:^8.0.0" + conventional-changelog-angular: "npm:^8.0.0" eslint: "npm:^8.57.0" eslint-config-prettier: "npm:^9.1.0" eslint-plugin-prettier: "npm:^5.1.3"