Skip to content

Commit

Permalink
Merge pull request #1302 from adopted-ember-addons/pre-major
Browse files Browse the repository at this point in the history
make release-plan do pre-releases for now
  • Loading branch information
mansona authored Nov 13, 2024
2 parents 1bc50f5 + 29a43ab commit dfbd93e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"prettier": "^2.3.2",
"qunit": "^2.16.0",
"qunit-dom": "^1.6.0",
"release-plan": "^0.9.0",
"release-plan": "github:embroider-build/release-plan#allow-configurable-impact-levels",
"webpack": "^5.95.0"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
Expand All @@ -123,5 +123,12 @@
"versionCompatibility": {
"ember": ">=3.20.0 < 4.0.0"
}
},
"release-plan": {
"semverIncrementAs": {
"major": "prerelease",
"minor": "prerelease",
"patch": "prerelease"
}
}
}
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit dfbd93e

Please sign in to comment.