Commit | Line | Data |
---|---|---|
cc6b7578 | 1 | { |
cc6b7578 | 2 | "git": { |
9c03a8d5 | 3 | "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs", |
4e92c9db | 4 | "pushRepo": "upstream" |
cc6b7578 JB |
5 | }, |
6 | "npm": { | |
7 | "publish": false | |
8 | }, | |
9 | "github": { | |
10 | "release": true | |
9c03a8d5 JB |
11 | }, |
12 | "hooks": { | |
13 | "after:bump": "npx auto-changelog -p" | |
cc6b7578 JB |
14 | } |
15 | } |