Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 2a083ac

Browse files
committed
chore: add conventional changelog
1 parent e110aa0 commit 2a083ac

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ dist/
22
/.github/sereno/public
33
/_cache
44
test/style.css
5+
output/
56
# Logs
67
logs/
78
*.log

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
"clean": "rm -rf test/target dist",
99
"build": "node config/build.js",
1010
"lint": "prettier --no-semi --single-quote --write **/*.js **/*.vue !test/target/** !dist/**",
11-
"prebuild": "npm run lint",
12-
"prepare": "npm run test",
13-
"pretest": "npm run build",
14-
"test": "jest"
11+
"prepare": "npm run build",
12+
"pretest": "npm run lint && npm run build",
13+
"test": "jest",
14+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
15+
"version": "npm run changelog && git add CHANGELOG.md"
1516
},
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)