Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Aug 20, 2024
1 parent 2ff49a7 commit 2f96c66
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
16 changes: 4 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"solution": {
"tree-sitter-glimmer": {
"impact": "minor",
"oldVersion": "1.3.0",
"newVersion": "1.4.0",
"impact": "patch",
"oldVersion": "1.4.0",
"newVersion": "1.4.1",
"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"
Expand All @@ -21,5 +13,5 @@
"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"
"description": "## Release (2024-08-20)\n\ntree-sitter-glimmer 1.4.1 (patch)\n\n#### :house: Internal\n* `tree-sitter-glimmer`\n * [#156](https://github.com/ember-tooling/tree-sitter-glimmer/pull/156) Update prettier ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2024-08-20)

tree-sitter-glimmer 1.4.1 (patch)

#### :house: Internal
* `tree-sitter-glimmer`
* [#156](https://github.com/ember-tooling/tree-sitter-glimmer/pull/156) Update prettier ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-08-20)

tree-sitter-glimmer 1.4.0 (minor)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-glimmer",
"version": "1.4.0",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "[email protected]:ember-tooling/tree-sitter-glimmer.git"
Expand Down

0 comments on commit 2f96c66

Please sign in to comment.