File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
" main"
4
4
],
5
5
"plugins" : [
6
+ " @semantic-release/commit-analyzer" ,
6
7
[
7
8
" @semantic-release/git" ,
8
9
{
13
14
],
14
15
"message" : " chore(release): ${nextRelease.version} [skip ci]\n\n ${nextRelease.notes}"
15
16
}
16
- ]
17
+ ],
18
+ " @semantic-release/npm"
17
19
]
18
20
}
Original file line number Diff line number Diff line change 1
1
# rollup-plugin-inline-code
2
2
3
- [ ![ NPM version] ( https://img.shields.io/npm/v/rollup-plugin-inline-code.svg?style=flat )] ( https://www.npmjs.com/package/rollup-plugin-inline-code ) [ ![ NPM downloads] ( https://img.shields.io/npm/dm/rollup-plugin-inline-code.svg?style=flat )] ( https://www.npmjs.com/package/rollup-plugin-inline-code ) [ ![ Svelte v3] ( https://img.shields.io/badge/rollup-blueviolet.svg )] ( https://rollupjs.org/ ) ![ Coverage] ( ./coverage/badge-lines.svg )
3
+ [ ![ NPM version] ( https://img.shields.io/npm/v/rollup-plugin-inline-code.svg?style=flat )] ( https://www.npmjs.com/package/rollup-plugin-inline-code ) [ ![ NPM downloads] ( https://img.shields.io/npm/dm/rollup-plugin-inline-code.svg?style=flat )] ( https://www.npmjs.com/package/rollup-plugin-inline-code ) [ ![ Svelte v3] ( https://img.shields.io/badge/rollup-blueviolet.svg )] ( https://rollupjs.org/ ) ![ Coverage] ( ./coverage/badge-lines.svg ) [ ![ semantic-release ] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
4
4
5
5
Rollup plugin for inline scripts into code
6
6
Original file line number Diff line number Diff line change 41
41
"@babel/core" : " ^7.14.6" ,
42
42
"@babel/preset-env" : " ^7.14.5" ,
43
43
"@babel/preset-typescript" : " ^7.14.5" ,
44
+ "@semantic-release/commit-analyzer" : " ^8.0.1" ,
44
45
"@semantic-release/git" : " ^9.0.0" ,
46
+ "@semantic-release/npm" : " ^7.1.3" ,
45
47
"@types/jest" : " ^26.0.23" ,
46
48
"@types/node" : " ^15.12.4" ,
47
49
"babel-jest" : " ^27.0.2" ,
You can’t perform that action at this time.
0 commit comments