File tree Expand file tree Collapse file tree 5 files changed +1226
-407
lines changed
example/documentation/code Expand file tree Collapse file tree 5 files changed +1226
-407
lines changed Original file line number Diff line number Diff line change 1
1
example /
2
2
src /
3
3
tests /
4
- coverage /
4
+ coverage /
5
+ .release-it.json
Original file line number Diff line number Diff line change
1
+ {
2
+ "git" : {
3
+ "commitMessage" : " chore: release %s" ,
4
+ "tagName" : " v%s"
5
+ },
6
+ "npm" : {
7
+ "publish" : true
8
+ },
9
+ "github" : {
10
+ "release" : true
11
+ },
12
+ "plugins" : {
13
+ "@release-it/conventional-changelog" : {
14
+ "preset" : " angular"
15
+ }
16
+ }
17
+ }
Original file line number Diff line number Diff line change 2
2
title : test
3
3
---
4
4
# grid
5
-
6
5
This is an example of creating a reusable grid component and using it with external data.
7
6
8
7
::: tip Tags
Original file line number Diff line number Diff line change 4
4
"description" : " Generate jsdoc markdown files for vuepress" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
+ "release" : " release-it" ,
7
8
"test" : " jest" ,
8
9
"test-coverage" : " cross-env NODE_ENV=test jest --coverage" ,
9
10
"test-watch" : " cross-env NODE_ENV=test jest --watchAll" ,
10
- "lint" : " eslint ./*/*.js" ,
11
- "version" : " conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
11
+ "lint" : " eslint ./*/*.js"
12
12
},
13
13
"husky" : {
14
14
"hooks" : {
76
76
"yargs" : " ^15.0.2"
77
77
},
78
78
"devDependencies" : {
79
- "conventional-changelog-cli " : " ^2.0.28 " ,
80
- "eslint" : " ^6.6.0 " ,
79
+ "@release-it/ conventional-changelog" : " ^1.1.0 " ,
80
+ "eslint" : " ^6.7.1 " ,
81
81
"husky" : " ^3.1.0" ,
82
82
"jest" : " ^24.9.0" ,
83
- "lint-staged" : " ^9.4.3"
83
+ "lint-staged" : " ^9.4.3" ,
84
+ "release-it" : " ^12.4.3"
84
85
},
85
86
"lint-staged" : {
86
87
"**/*.{css,scss,json}" : [
You can’t perform that action at this time.
0 commit comments