Skip to content

Commit 06e5c84

Browse files
committed
feat(deps): change tag name
1 parent 06d991c commit 06e5c84

File tree

4 files changed

+130
-4
lines changed

4 files changed

+130
-4
lines changed

.releaserc.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
"branches": [
33
"master"
44
],
5+
"tagFormat": "v${version}",
56
"plugins": [
67
"@semantic-release/commit-analyzer",
78
"@semantic-release/release-notes-generator",
89
"@semantic-release/changelog",
10+
[
11+
"@rpidanny/semantic-release-update-package.json",
12+
{
13+
"packageJsonPath": "./package.json"
14+
}
15+
],
916
[
1017
"@semantic-release/git",
1118
{
@@ -17,7 +24,12 @@
1724
"message": "chore(release): ${nextRelease.version} [skip ci]"
1825
}
1926
],
20-
"@semantic-release/npm",
27+
[
28+
"@semantic-release/npm",
29+
{
30+
"npmPublish": false
31+
}
32+
],
2133
"@semantic-release/github"
2234
]
2335
}

package-lock.json

Lines changed: 68 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"@nestjs/cli": "^11.0.4",
9898
"@nestjs/schematics": "^11.0.1",
9999
"@nestjs/testing": "^11.0.10",
100+
"@rpidanny/semantic-release-update-package.json": "^1.0.0",
100101
"@semantic-release/changelog": "^6.0.3",
101102
"@semantic-release/git": "^10.0.1",
102103
"@semantic-release/github": "^11.0.1",
@@ -144,4 +145,4 @@
144145
"ts-node": "^10.9.2",
145146
"tsconfig-paths": "4.2.0"
146147
}
147-
}
148+
}

yarn.lock

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,18 @@
971971
protobufjs "^7.2.5"
972972
yargs "^17.7.2"
973973

974+
"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0":
975+
version "9.3.0"
976+
resolved "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz"
977+
integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==
978+
979+
"@hapi/topo@^5.1.0":
980+
version "5.1.0"
981+
resolved "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz"
982+
integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==
983+
dependencies:
984+
"@hapi/hoek" "^9.0.0"
985+
974986
"@humanfs/core@^0.19.1":
975987
version "0.19.1"
976988
resolved "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz"
@@ -2438,6 +2450,13 @@
24382450
resolved "https://registry.npmjs.org/@redis/time-series/-/time-series-1.1.0.tgz"
24392451
integrity sha512-c1Q99M5ljsIuc4YdaCwfUEXsofakb9c8+Zse2qxTadu8TalLXuAESzLvFAvNVbkmSlvlzIQOLpBCmWI9wTOt+g==
24402452

2453+
"@rpidanny/semantic-release-update-package.json@^1.0.0":
2454+
version "1.0.0"
2455+
resolved "https://registry.npmjs.org/@rpidanny/semantic-release-update-package.json/-/semantic-release-update-package.json-1.0.0.tgz"
2456+
integrity sha512-ZNMUxL3lx8FE8h7biUoPqP1v64KculkqTtTh9tuw7CRHvXT4NJEgv1VIVDooOioQ6ShecC9gfIbdD0wWW88jxg==
2457+
dependencies:
2458+
joi "^17.11.0"
2459+
24412460
"@scarf/scarf@=1.4.0":
24422461
version "1.4.0"
24432462
resolved "https://registry.npmjs.org/@scarf/scarf/-/scarf-1.4.0.tgz"
@@ -2553,6 +2572,23 @@
25532572
lodash-es "^4.17.21"
25542573
read-package-up "^11.0.0"
25552574

2575+
"@sideway/address@^4.1.5":
2576+
version "4.1.5"
2577+
resolved "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz"
2578+
integrity sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==
2579+
dependencies:
2580+
"@hapi/hoek" "^9.0.0"
2581+
2582+
"@sideway/formula@^3.0.1":
2583+
version "3.0.1"
2584+
resolved "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz"
2585+
integrity sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==
2586+
2587+
"@sideway/pinpoint@^2.0.0":
2588+
version "2.0.0"
2589+
resolved "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz"
2590+
integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==
2591+
25562592
"@sigstore/bundle@^3.0.0":
25572593
version "3.0.0"
25582594
dependencies:
@@ -7693,6 +7729,17 @@ jiti@*, jiti@^2.4.1:
76937729
resolved "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz"
76947730
integrity sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==
76957731

7732+
joi@^17.11.0:
7733+
version "17.13.3"
7734+
resolved "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz"
7735+
integrity sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==
7736+
dependencies:
7737+
"@hapi/hoek" "^9.3.0"
7738+
"@hapi/topo" "^5.1.0"
7739+
"@sideway/address" "^4.1.5"
7740+
"@sideway/formula" "^3.0.1"
7741+
"@sideway/pinpoint" "^2.0.0"
7742+
76967743
joycon@^3.1.1:
76977744
version "3.1.1"
76987745
resolved "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz"

0 commit comments

Comments
 (0)