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-ipfs-bitswap.svg?style=flat-square )] ( https://codecov.io/gh/ipfs/js-ipfs-bitswap )
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-ipfs-bitswap/actions/workflows/js-test-and-release.yml )
7
+ [ ![ CI] ( https://img.shields.io/github/workflow/status/ipfs /js-ipfs-bitswap /test%20&%20maybe%20release/master?style=flat-square )] ( https://github.com/ipfs/js-ipfs-bitswap/actions/workflows/js-test-and-release.yml )
8
8
9
9
> JavaScript implementation of the Bitswap data exchange protocol used by IPFS
10
10
Original file line number Diff line number Diff line change 89
89
"release" : " patch"
90
90
},
91
91
{
92
- "type" : " chore " ,
92
+ "type" : " docs " ,
93
93
"release" : " patch"
94
94
},
95
95
{
96
- "type" : " docs " ,
96
+ "type" : " test " ,
97
97
"release" : " patch"
98
98
},
99
99
{
100
- "type" : " test " ,
100
+ "type" : " deps " ,
101
101
"release" : " patch"
102
102
},
103
103
{
127
127
},
128
128
{
129
129
"type" : " docs" ,
130
- "section" : " Trivial Changes"
130
+ "section" : " Documentation"
131
+ },
132
+ {
133
+ "type" : " deps" ,
134
+ "section" : " Dependencies"
131
135
},
132
136
{
133
137
"type" : " test" ,
You can’t perform that action at this time.
0 commit comments