Skip to content

Commit 19343ff

Browse files
ef4github-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 3238afa commit 19343ff

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

.release-plan.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"@ember/string": {
4+
"impact": "major",
5+
"oldVersion": "3.1.1",
6+
"newVersion": "4.0.0",
7+
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./package.json"
18+
}
19+
},
20+
"description": "## Release (2024-07-05)\n\n@ember/string 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `@ember/string`\n * [#425](https://github.com/emberjs/ember-string/pull/425) (Real™ package™)™ ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@ember/string`\n * [#444](https://github.com/emberjs/ember-string/pull/444) Manually tell CI to use pnpm 9 everywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#443](https://github.com/emberjs/ember-string/pull/443) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Release (2024-07-05)
4+
5+
@ember/string 4.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `@ember/string`
9+
* [#425](https://github.com/emberjs/ember-string/pull/425) (Real™ package™)™ ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `@ember/string`
13+
* [#444](https://github.com/emberjs/ember-string/pull/444) Manually tell CI to use pnpm 9 everywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#443](https://github.com/emberjs/ember-string/pull/443) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 1
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319

420

521

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/string",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "A set of utilities to transform strings",
55
"repository": "https://github.com/emberjs/ember-string",
66
"license": "MIT",

0 commit comments

Comments
 (0)