Skip to content

Commit

Permalink
Merge pull request #81 from release-it-plugins/fix-scoped-lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jul 26, 2022
2 parents d29587f + bc86910 commit 4aa4f39
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
release-it-version: ["14.0.0", "14.1.0", "14.2.0", "15.1.3"]
release-it-version: ["14.0.0", "14.1.0", "14.2.0", "15.2.0"]

steps:
- uses: actions/checkout@v1
Expand Down
169 changes: 93 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.2",
"release-it": "^15.1.3",
"release-it": "^15.2.0",
"release-it-lerna-changelog": "^5.0.0",
"sinon": "^9.0.1",
"tmp": "^0.1.0"
},
"peerDependencies": {
"release-it": "^14.0.0 || ^15.1.3"
"release-it": "^14.0.0 || ^15.2.0"
},
"engines": {
"node": ">= 14"
Expand Down

0 comments on commit 4aa4f39

Please sign in to comment.