File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 6
6
interval : daily
7
7
time : " 10:00"
8
8
open-pull-requests-limit : 10
9
+ commit-message :
10
+ prefix : " deps"
11
+ prefix-development : " deps(dev)"
Original file line number Diff line number Diff line change 4
4
[ ![ IRC] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
5
5
[ ![ Discord] ( https://img.shields.io/discord/806902334369824788?style=flat-square )] ( https://discord.gg/ipfs )
6
6
[ ![ codecov] ( https://img.shields.io/codecov/c/github/ipfs/js-ipns.svg?style=flat-square )] ( https://codecov.io/gh/ipfs/js-ipns )
7
- [ ![ CI] ( https://img.shields.io/github/workflow/status/libp2p /js-libp2p-interfaces /test%20&%20maybe%20release/master?style=flat-square )] ( https://github.com/ipfs/js-ipns/actions/workflows/js-test-and-release.yml )
7
+ [ ![ CI] ( https://img.shields.io/github/workflow/status/ipfs /js-ipns /test%20&%20maybe%20release/master?style=flat-square )] ( https://github.com/ipfs/js-ipns/actions/workflows/js-test-and-release.yml )
8
8
9
9
> ipns record definitions
10
10
Original file line number Diff line number Diff line change 94
94
"release" : " patch"
95
95
},
96
96
{
97
- "type" : " chore " ,
97
+ "type" : " docs " ,
98
98
"release" : " patch"
99
99
},
100
100
{
101
- "type" : " docs " ,
101
+ "type" : " test " ,
102
102
"release" : " patch"
103
103
},
104
104
{
105
- "type" : " test " ,
105
+ "type" : " deps " ,
106
106
"release" : " patch"
107
107
},
108
108
{
132
132
},
133
133
{
134
134
"type" : " docs" ,
135
- "section" : " Trivial Changes"
135
+ "section" : " Documentation"
136
+ },
137
+ {
138
+ "type" : " deps" ,
139
+ "section" : " Dependencies"
136
140
},
137
141
{
138
142
"type" : " test" ,
You can’t perform that action at this time.
0 commit comments