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 committed Apr 15, 2024
1 parent 64bb6e3 commit 5e88bc2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"solution": {
"ember-drag-drop": {
"impact": "major",
"oldVersion": "0.9.0-beta.0",
"newVersion": "1.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./ember-drag-drop/package.json"
}
},
"description": "## Release (2024-04-15)\n\nember-drag-drop 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-drag-drop`, `test-app`\n * [#1](https://github.com/adopted-ember-addons/ember-drag-drop/pull/1) Convert to a v2 addon and drop support for Ember < 3.16 ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#2](https://github.com/adopted-ember-addons/ember-drag-drop/pull/2) setup release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Changelog

## Release (2024-04-15)

ember-drag-drop 1.0.0 (major)

#### :boom: Breaking Change
* `ember-drag-drop`, `test-app`
* [#1](https://github.com/adopted-ember-addons/ember-drag-drop/pull/1) Convert to a v2 addon and drop support for Ember < 3.16 ([@mansona](https://github.com/mansona))

#### :house: Internal
* [#2](https://github.com/adopted-ember-addons/ember-drag-drop/pull/2) setup release-plan ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
2 changes: 1 addition & 1 deletion ember-drag-drop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-drag-drop",
"version": "0.9.0-beta.0",
"version": "1.0.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 5e88bc2

Please sign in to comment.