Skip to content

Commit

Permalink
Merge pull request #310 from Turbo87/backport-release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler authored Dec 13, 2021
2 parents b181985 + b788a70 commit 836cef2
Show file tree
Hide file tree
Showing 3 changed files with 2,392 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 6.x

- run: yarn install --frozen-lockfile
- run: yarn install --frozen-lockfile --ignore-engines
- run: yarn lint:hbs
- run: yarn lint:js
- run: yarn test
Expand Down
22 changes: 21 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,32 @@
"eslint-plugin-node": "^8.0.1",
"loader.js": "^4.7.0",
"qunit-dom": "^0.8.0",
"release-it": "^14.11.6",
"release-it-lerna-changelog": "^3.1.0",
"typescript": "^3.2.4"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
},
"npm": {
"publish": false
}
}
}
}
Loading

0 comments on commit 836cef2

Please sign in to comment.