We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4137e09 commit c7d7735Copy full SHA for c7d7735
.releaserc.json
@@ -1,7 +1,14 @@
1
{
2
"branches": ["main"],
3
"plugins": [
4
- "@semantic-release/commit-analyzer",
+ [
5
+ "@semantic-release/commit-analyzer",
6
+ {
7
+ "releaseRules": [
8
+ { "type": "*", "release": "patch" }
9
+ ]
10
+ }
11
+ ],
12
"@semantic-release/release-notes-generator",
13
"@semantic-release/changelog",
14
"@semantic-release/npm",
package.json
@@ -1,6 +1,6 @@
"name": "uni-dev-kit",
- "version": "0.0.1",
+ "version": "0.0.0",
"description": "A modern TypeScript library for integrating Uniswap into your dapp.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments