-
Notifications
You must be signed in to change notification settings - Fork 3
/
.release-plan.json
25 lines (25 loc) · 2.14 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"solution": {
"tree-sitter-glimmer": {
"impact": "minor",
"oldVersion": "1.3.0",
"newVersion": "1.4.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-08-20)\n\ntree-sitter-glimmer 1.4.0 (minor)\n\n#### :rocket: Enhancement\n* `tree-sitter-glimmer`\n * [#149](https://github.com/ember-tooling/tree-sitter-glimmer/pull/149) Update tree-sitter-cli, injections, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#134](https://github.com/ember-tooling/tree-sitter-glimmer/pull/134) Support indents and folding ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `tree-sitter-glimmer`\n * [#132](https://github.com/ember-tooling/tree-sitter-glimmer/pull/132) Update links to point at ember-tooling ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `tree-sitter-glimmer`\n * [#154](https://github.com/ember-tooling/tree-sitter-glimmer/pull/154) Remove docs workflow - it only published one of the test files and nothing else ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#152](https://github.com/ember-tooling/tree-sitter-glimmer/pull/152) Remove husky and lint-staged ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#151](https://github.com/ember-tooling/tree-sitter-glimmer/pull/151) Delete yarnrc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#150](https://github.com/ember-tooling/tree-sitter-glimmer/pull/150) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#133](https://github.com/ember-tooling/tree-sitter-glimmer/pull/133) Remove the auto-merge workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}