Skip to content

Commit ff876b4

Browse files
bertdeblockgithub-actions[bot]
authored andcommitted
Prepare Release v1.7.0 using 'release-plan'
1 parent b689fa3 commit ff876b4

3 files changed

Lines changed: 18 additions & 15 deletions

File tree

.release-plan.json

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
{
22
"solution": {
33
"@bertdeblock/gember": {
4-
"impact": "patch",
5-
"oldVersion": "1.6.0",
6-
"newVersion": "1.6.1",
4+
"impact": "minor",
5+
"oldVersion": "1.6.1",
6+
"newVersion": "1.7.0",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :memo: Documentation"
16-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Appears in changelog section :house: Internal"
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
2012
}
2113
],
2214
"pkgJSONPath": "./package.json"
2315
}
2416
},
25-
"description": "## Release (2026-03-06)\n\n* @bertdeblock/gember 1.6.1 (patch)\n\n#### :bug: Bug Fix\n* `@bertdeblock/gember`\n * [#93](https://github.com/bertdeblock/gember/pull/93) Fix generating paths ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :memo: Documentation\n* `@bertdeblock/gember`\n * [#91](https://github.com/bertdeblock/gember/pull/91) Update docs ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :house: Internal\n* `@bertdeblock/gember`\n * [#89](https://github.com/bertdeblock/gember/pull/89) Generate a sh*tload of tests ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
17+
"description": "## Release (2026-03-20)\n\n* @bertdeblock/gember 1.7.0 (minor)\n\n#### :rocket: Enhancement\n* `@bertdeblock/gember`\n * [#94](https://github.com/bertdeblock/gember/pull/94) Support generating route templates ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
2618
}

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 (2026-03-20)
4+
5+
* @bertdeblock/gember 1.7.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@bertdeblock/gember`
9+
* [#94](https://github.com/bertdeblock/gember/pull/94) Support generating route templates ([@evoactivity](https://github.com/evoactivity))
10+
11+
#### Committers: 1
12+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
13+
314
## Release (2026-03-06)
415

516
* @bertdeblock/gember 1.6.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": "@bertdeblock/gember",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Generators for Ember apps and addons.",
55
"repository": "https://github.com/bertdeblock/gember",
66
"license": "MIT",

0 commit comments

Comments
 (0)