Skip to content

Commit

Permalink
Merge pull request #31 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jan 8, 2024
2 parents 0ee3f45 + 2d7312b commit 5a5bc23
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"solution": {
"scenario-tester": {
"impact": "patch",
"oldVersion": "3.0.0",
"newVersion": "3.0.1",
"impact": "minor",
"oldVersion": "3.0.1",
"newVersion": "3.1.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-01-04)\n\nscenario-tester 3.0.1 (patch)\n\n#### :bug: Bug Fix\n* `scenario-tester`\n * [#25](https://github.com/embroider-build/scenario-tester/pull/25) fix types discovery for node10 projects ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `scenario-tester`\n * [#28](https://github.com/embroider-build/scenario-tester/pull/28) fix changelog header ([@mansona](https://github.com/mansona))\n * [#27](https://github.com/embroider-build/scenario-tester/pull/27) convert to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-01-08)\n\nscenario-tester 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `scenario-tester`\n * [#30](https://github.com/embroider-build/scenario-tester/pull/30) Allow you to call skip twice with the same name ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `scenario-tester`\n * [#32](https://github.com/embroider-build/scenario-tester/pull/32) fix docs build ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# scenario-tester Changelog
## Release (2024-01-08)

scenario-tester 3.1.0 (minor)

#### :rocket: Enhancement
* `scenario-tester`
* [#30](https://github.com/embroider-build/scenario-tester/pull/30) Allow you to call skip twice with the same name ([@mansona](https://github.com/mansona))

#### :house: Internal
* `scenario-tester`
* [#32](https://github.com/embroider-build/scenario-tester/pull/32) fix docs build ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
## Release (2024-01-04)

scenario-tester 3.0.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scenario-tester",
"version": "3.0.1",
"version": "3.1.0",
"repository": "https://github.com/embroider-build/scenario-tester",
"license": "MIT",
"author": "Edward Faulkner <[email protected]>",
Expand Down

0 comments on commit 5a5bc23

Please sign in to comment.