Skip to content

Commit 829620f

Browse files
Prepare Release v2.0.8 using 'release-plan'
1 parent 3564115 commit 829620f

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

.release-plan.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22
"solution": {
33
"ember-command": {
44
"impact": "patch",
5-
"oldVersion": "2.0.6",
6-
"newVersion": "2.0.7",
5+
"oldVersion": "2.0.7",
6+
"newVersion": "2.0.8",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "patch",
1011
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1116
}
1217
],
1318
"pkgJSONPath": "./package.json"
1419
}
1520
},
16-
"description": "## Release (2024-11-08)\n\nember-command 2.0.7 (patch)\n\n#### :bug: Bug Fix\n* `ember-command`, `test-app`\n * [#97](https://github.com/gossi/ember-command/pull/97) Fix another promise bug ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
21+
"description": "## Release (2025-11-17)\n\n* ember-command 2.0.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-command`\n * [#141](https://github.com/gossi/ember-command/pull/141) fix docs build command ([@gossi](https://github.com/gossi))\n\n#### :house: Internal\n* `ember-command`\n * [#142](https://github.com/gossi/ember-command/pull/142) Update `release-plan` CI setup ([@gossi](https://github.com/gossi))\n * [#138](https://github.com/gossi/ember-command/pull/138) Go vite ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
1722
}

CHANGELOG.md

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

3+
## Release (2025-11-17)
4+
5+
* ember-command 2.0.8 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-command`
9+
* [#141](https://github.com/gossi/ember-command/pull/141) fix docs build command ([@gossi](https://github.com/gossi))
10+
11+
#### :house: Internal
12+
* `ember-command`
13+
* [#142](https://github.com/gossi/ember-command/pull/142) Update `release-plan` CI setup ([@gossi](https://github.com/gossi))
14+
* [#138](https://github.com/gossi/ember-command/pull/138) Go vite ([@gossi](https://github.com/gossi))
15+
16+
#### Committers: 1
17+
- Thomas Gossmann ([@gossi](https://github.com/gossi))
18+
319
## Release (2024-11-08)
420

521
ember-command 2.0.7 (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-command",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Commands for Ember",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)