Skip to content

Commit

Permalink
More release-it faff
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Apr 2, 2020
1 parent 4e36b7c commit e7d9b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"assets": "brew-distribution/*.zip"
},
"buildCommand": "yarn package",
"scripts": {
"hooks": {
"before:init": "VERSION=${version} yarn ts-node scripts/update-changelog.ts",
"before:bump": "yarn declarations; yarn build:schemas",
"after:release": "VERSION=${version} scripts/create-homebrew-tap-pr.sh"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Following [this commit](https://github.com/danger/danger-js/commit/a26ac3b3bd4f0

- Checkout the `master` branch. Ensure your working tree is clean, and make sure you have the latest changes by running
`git pull`.
- Publish - `npm run release -- [major/patch/minor] --non-interactive`.
- Publish - `npm run release -- [major/patch/minor] --ci`.

:ship:

Expand Down

0 comments on commit e7d9b6a

Please sign in to comment.