Skip to content

Commit

Permalink
continued side questing release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseadamsio committed May 19, 2019
1 parent 07f5edc commit 800667f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ action "Check Code" {
action "Tag" {
needs = "Check Code"
uses = "actions/bin/filter@master"
args = "tag v*"
args = "branch master"
}

action "Release" {
Expand Down
3 changes: 1 addition & 2 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ module.exports = {
},
git: {
changelog:
"npx auto-changelog --stdout --commit-limit false -u --template ./release-it/changelog.hbs",
requireUpstream: false
"npx auto-changelog --stdout --commit-limit false -u --template ./release-it/changelog.hbs"
},
scripts: {
beforeStage: "npx auto-changelog -p"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "rm -rf themes",
"cp:static": "cp README.md themes && cp LICENSE themes && cp -R static themes",
"develop:init": "(test -L $HOME/.vscode/extensions/chaseadamsio.vscode-theme-neon-night || ln -s $PWD/themes $HOME/.vscode/extensions/chaseadamsio.vscode-theme-neon-night) && yarn build",
"release": "release-it --ci",
"release": "release-it minor --ci",
"test:check-code": "yarn test:lint && yarn test:flow",
"test:flow": "flow check",
"test:lint": "eslint --ignore-path .gitignore --ext .js,.jsx .",
Expand Down

0 comments on commit 800667f

Please sign in to comment.