|
6 | 6 | "author": "Hugo Dias <[email protected]>",
|
7 | 7 | "homepage": "https://github.com/ipfs/js-ipfs-utils",
|
8 | 8 | "bugs": "https://github.com/ipfs/js-ipfs-utils/issues",
|
9 |
| - "leadMaintainer": "Hugo Dias <[email protected]>", |
| 9 | + "repository": "github:ipfs/js-ipfs-utils", |
10 | 10 | "files": [
|
11 | 11 | "src",
|
12 | 12 | "dist"
|
|
32 | 32 | ]
|
33 | 33 | }
|
34 | 34 | },
|
35 |
| - "repository": "github:ipfs/js-ipfs-utils", |
| 35 | + "release": { |
| 36 | + "branches": [ |
| 37 | + "main" |
| 38 | + ], |
| 39 | + "plugins": [ |
| 40 | + [ |
| 41 | + "@semantic-release/commit-analyzer", |
| 42 | + { |
| 43 | + "preset": "conventionalcommits", |
| 44 | + "releaseRules": [ |
| 45 | + { |
| 46 | + "breaking": true, |
| 47 | + "release": "major" |
| 48 | + }, |
| 49 | + { |
| 50 | + "revert": true, |
| 51 | + "release": "patch" |
| 52 | + }, |
| 53 | + { |
| 54 | + "type": "feat", |
| 55 | + "release": "minor" |
| 56 | + }, |
| 57 | + { |
| 58 | + "type": "fix", |
| 59 | + "release": "patch" |
| 60 | + }, |
| 61 | + { |
| 62 | + "type": "chore", |
| 63 | + "release": "patch" |
| 64 | + }, |
| 65 | + { |
| 66 | + "type": "docs", |
| 67 | + "release": "patch" |
| 68 | + }, |
| 69 | + { |
| 70 | + "type": "test", |
| 71 | + "release": "patch" |
| 72 | + }, |
| 73 | + { |
| 74 | + "scope": "no-release", |
| 75 | + "release": false |
| 76 | + } |
| 77 | + ] |
| 78 | + } |
| 79 | + ], |
| 80 | + [ |
| 81 | + "@semantic-release/release-notes-generator", |
| 82 | + { |
| 83 | + "preset": "conventionalcommits", |
| 84 | + "presetConfig": { |
| 85 | + "types": [ |
| 86 | + { |
| 87 | + "type": "feat", |
| 88 | + "section": "Features" |
| 89 | + }, |
| 90 | + { |
| 91 | + "type": "fix", |
| 92 | + "section": "Bug Fixes" |
| 93 | + }, |
| 94 | + { |
| 95 | + "type": "chore", |
| 96 | + "section": "Trivial Changes" |
| 97 | + }, |
| 98 | + { |
| 99 | + "type": "docs", |
| 100 | + "section": "Trivial Changes" |
| 101 | + }, |
| 102 | + { |
| 103 | + "type": "test", |
| 104 | + "section": "Tests" |
| 105 | + } |
| 106 | + ] |
| 107 | + } |
| 108 | + } |
| 109 | + ], |
| 110 | + "@semantic-release/changelog", |
| 111 | + "@semantic-release/npm", |
| 112 | + "@semantic-release/github", |
| 113 | + "@semantic-release/git" |
| 114 | + ] |
| 115 | + }, |
36 | 116 | "scripts": {
|
37 | 117 | "lint": "aegir lint",
|
38 | 118 | "dep-check": "aegir dep-check",
|
|
81 | 161 | "env": {
|
82 | 162 | "worker": true
|
83 | 163 | }
|
84 |
| - }, |
85 |
| - "contributors": [ |
86 |
| - "achingbrain <[email protected]>", |
87 |
| - |
88 |
| - |
89 |
| - "Irakli Gozalishvili <[email protected]>", |
90 |
| - "Hector Sanjuan <[email protected]>", |
91 |
| - "André Costa Lima <[email protected]>", |
92 |
| - "Olivério Sousa <[email protected]>", |
93 |
| - "Roderik van der Veer <[email protected]>", |
94 |
| - "Stepan Yurtsiv <[email protected]>", |
95 |
| - "Vasco Santos <[email protected]>", |
96 |
| - |
97 |
| - |
98 |
| - "Marcin Rataj <[email protected]>" |
99 |
| - ] |
| 164 | + } |
100 | 165 | }
|
0 commit comments