This repository was archived by the owner on Oct 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- # netlify Change Log
1
+ # Change Log
2
+
2
3
All notable changes to this project will be documented in this file.
4
+
3
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
6
5
7
## 2.4.1 - 2019-03-04
Original file line number Diff line number Diff line change 74
74
"eslint-plugin-node" : " ^8.0.1" ,
75
75
"eslint-plugin-prettier" : " ^3.0.1" ,
76
76
"from2-string" : " ^1.1.0" ,
77
+ "gh-release" : " ^3.5.0" ,
77
78
"npm-run-all" : " ^4.1.3" ,
78
79
"nyc" : " ^13.3.0" ,
79
80
"prettier" : " ^1.16.4" ,
102
103
"build:webpack" : " webpack" ,
103
104
"ci" : " run-s test build" ,
104
105
"deptree" : " depcruise --exclude '^node_modules' --output-type dot src | dot -T svg > site/dist/dependencygraph.svg" ,
105
- "prepublishOnly" : " npm run build:webpack" ,
106
+ "prepublishOnly" : " npm run build:webpack && git push && git push --tags && gh-release " ,
106
107
"report" : " nyc report --reporter=text-lcov | coveralls" ,
107
108
"test" : " run-s test:*" ,
108
109
"test:ava" : " nyc --reporter=lcov ava --verbose && nyc report" ,
109
110
"test:deps" : " dependency-check ./package.json --entry \" src/**/!(*.test).js\" --unused --missing --no-dev --no-peer" ,
110
111
"test:lint" : " eslint src" ,
111
112
"watch" : " nyc --reporter=lcov ava --watch" ,
112
- "clean" : " rimraf dist coverage"
113
+ "clean" : " rimraf dist coverage" ,
114
+ "version" : " auto-changelog -p --template keepachangelog --breaking-pattern breaking && git add CHANGELOG.md"
113
115
}
114
116
}
You can’t perform that action at this time.
0 commit comments