Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored and github-actions[bot] committed Feb 14, 2024
1 parent 86a2048 commit 51aa3ea
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"solution": {
"ember-angle-brackets-codemod": {
"impact": "patch",
"oldVersion": "7.0.0",
"newVersion": "7.0.1",
"oldVersion": "7.0.1",
"newVersion": "7.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-14)\n\nember-angle-brackets-codemod 7.0.1 (patch)\n\n#### :bug: Bug Fix\n* [#515](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/515) Move helper disambiguation to a flag that is off by default ([@lolmaus](https://github.com/lolmaus))\n\n#### Committers: 1\n- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))\n"
"description": "## Release (2024-02-14)\n\nember-angle-brackets-codemod 7.0.2 (patch)\n\n#### :house: Internal\n* `ember-angle-brackets-codemod`\n * [#525](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/525) update release-plan ([@mansona](https://github.com/mansona))\n * [#517](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/517) create dependabot config with batching for minor changes ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog

## Release (2024-02-14)

ember-angle-brackets-codemod 7.0.2 (patch)

#### :house: Internal
* `ember-angle-brackets-codemod`
* [#525](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/525) update release-plan ([@mansona](https://github.com/mansona))
* [#517](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/517) create dependabot config with batching for minor changes ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
## Release (2024-02-14)

ember-angle-brackets-codemod 7.0.1 (patch)
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": "ember-angle-brackets-codemod",
"version": "7.0.1",
"version": "7.0.2",
"description": "Codemod to convert to Angle brackets syntax",
"keywords": [
"codemod-cli",
Expand Down

0 comments on commit 51aa3ea

Please sign in to comment.