Skip to content

Commit

Permalink
Merge pull request #37 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Sep 3, 2024
2 parents 7e3d24e + 868217e commit 23cefb4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"scenario-tester": {
"impact": "major",
"oldVersion": "3.1.0",
"newVersion": "4.0.0",
"impact": "minor",
"oldVersion": "4.0.0",
"newVersion": "4.1.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-05-01)\n\nscenario-tester 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `scenario-tester`\n * [#34](https://github.com/embroider-build/scenario-tester/pull/34) update fixturify-project ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
"description": "## Release (2024-09-03)\n\nscenario-tester 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `scenario-tester`\n * [#36](https://github.com/embroider-build/scenario-tester/pull/36) New option to skip all variants ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# scenario-tester Changelog
## Release (2024-09-03)

scenario-tester 4.1.0 (minor)

#### :rocket: Enhancement
* `scenario-tester`
* [#36](https://github.com/embroider-build/scenario-tester/pull/36) New option to skip all variants ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))
## Release (2024-05-01)

scenario-tester 4.0.0 (major)
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": "4.0.0",
"version": "4.1.0",
"repository": "https://github.com/embroider-build/scenario-tester",
"license": "MIT",
"author": "Edward Faulkner <[email protected]>",
Expand Down

0 comments on commit 23cefb4

Please sign in to comment.