Skip to content

Commit 3aca4a1

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release v3.0.2 using 'release-plan'
1 parent 9ccb3d4 commit 3aca4a1

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"solution": {
33
"ember-cli-update": {
44
"impact": "patch",
5-
"oldVersion": "3.0.0",
6-
"newVersion": "3.0.1",
5+
"oldVersion": "3.0.1",
6+
"newVersion": "3.0.2",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Appears in changelog section :house: Internal"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1212
}
1313
],
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
17-
"description": "## Release (2025-10-07)\n\n* ember-cli-update 3.0.1 (patch)\n\n#### :house: Internal\n* `ember-cli-update`\n * [#1281](https://github.com/ember-cli/ember-cli-update/pull/1281) prepare for using oidc for deployment ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
17+
"description": "## Release (2025-10-17)\n\n* ember-cli-update 3.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-update`\n * [#1283](https://github.com/ember-cli/ember-cli-update/pull/1283) Fix `upgrading-past-6-7-0.md` filename ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
1818
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-10-17)
4+
5+
* ember-cli-update 3.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-cli-update`
9+
* [#1283](https://github.com/ember-cli/ember-cli-update/pull/1283) Fix `upgrading-past-6-7-0.md` filename ([@bertdeblock](https://github.com/bertdeblock))
10+
11+
#### Committers: 1
12+
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
13+
314
## Release (2025-10-07)
415

516
* ember-cli-update 3.0.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-update",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Update Ember CLI projects",
55
"keywords": [
66
"ember.js",

0 commit comments

Comments
 (0)