File tree 3 files changed +2080
-55
lines changed
3 files changed +2080
-55
lines changed 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 5
5
"repository" : " https://github.com/netguru/sticky-parallax-header" ,
6
6
"author" : " IdaszakDaniel <idaszak1@gmail.com>" ,
7
7
"license" : " MIT" ,
8
- "scripts" : {},
8
+ "scripts" : {
9
+ "release" : " release-it"
10
+ },
9
11
"dependencies" : {
10
12
"prop-types" : " ^15.7.2"
11
13
},
17
19
"@babel/core" : " ^7.8.4" ,
18
20
"@commitlint/cli" : " ^8.3.5" ,
19
21
"@commitlint/config-conventional" : " ^8.3.4" ,
22
+ "@release-it/conventional-changelog" : " ^1.1.0" ,
20
23
"babel-eslint" : " ^10.0.3" ,
21
24
"eslint" : " ^6.8.0" ,
22
25
"eslint-config-airbnb" : " ^18.0.1" ,
27
30
"eslint-plugin-prettier" : " ^3.1.2" ,
28
31
"eslint-plugin-react" : " ^7.18.3" ,
29
32
"eslint-plugin-react-native" : " ^3.8.1" ,
30
- "husky" : " ^4.2.3"
33
+ "husky" : " ^4.2.3" ,
34
+ "release-it" : " ^13.5.1"
31
35
},
32
36
"husky" : {
33
37
"hooks" : {
You can’t perform that action at this time.
0 commit comments