Skip to content

Commit c7d7735

Browse files
committed
fix: release rules and pkg version
1 parent 4137e09 commit c7d7735

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.releaserc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"branches": ["main"],
33
"plugins": [
4-
"@semantic-release/commit-analyzer",
4+
[
5+
"@semantic-release/commit-analyzer",
6+
{
7+
"releaseRules": [
8+
{ "type": "*", "release": "patch" }
9+
]
10+
}
11+
],
512
"@semantic-release/release-notes-generator",
613
"@semantic-release/changelog",
714
"@semantic-release/npm",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uni-dev-kit",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "A modern TypeScript library for integrating Uniswap into your dapp.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)