Skip to content

Commit

Permalink
fix release-it upstream error
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseadamsio committed May 19, 2019
1 parent b7942cd commit 174136e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/actions/release/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ echo "$SSH_PRIVATE_KEY" | ssh-add -
git config --global user.email "[email protected]"
git config --global user.name "CAIO VSCE Robot"

git branch -u origin/master

yarn install
yarn run release
3 changes: 2 additions & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ module.exports = {
},
git: {
changelog:
"npx auto-changelog --stdout --commit-limit false -u --template ./release-it/changelog.hbs"
"npx auto-changelog --stdout --commit-limit false -u --template ./release-it/changelog.hbs",
requireUpstream: false
},
scripts: {
beforeStage: "npx auto-changelog -p"
Expand Down

0 comments on commit 174136e

Please sign in to comment.