Skip to content

Commit

Permalink
fix(no-release): + next test for no-release scope
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-kitt committed May 8, 2024
1 parent 47104bb commit 0244aff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"preset": "angular",
"releaseRules": [
{ "scope": "no-release", "release": false },
{ "scope": "breaking", "release": "major" },
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"license": "CC-BY-4.0",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0244aff

Please sign in to comment.