Skip to content

Commit

Permalink
Merge pull request #3 from ember-learn/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Dec 10, 2024
2 parents 1dd8da1 + ffa6064 commit 838716c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"ember-learn-release-tool": {
"impact": "major",
"oldVersion": "0.0.0",
"newVersion": "1.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-12-10)\n\nember-learn-release-tool 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-learn-release-tool`\n * [#1](https://github.com/ember-learn/ember-learn-release-tool/pull/1) add support for guides ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-learn-release-tool`\n * [#2](https://github.com/ember-learn/ember-learn-release-tool/pull/2) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Changelog

## Release (2024-12-10)

ember-learn-release-tool 1.0.0 (major)

#### :boom: Breaking Change
* `ember-learn-release-tool`
* [#1](https://github.com/ember-learn/ember-learn-release-tool/pull/1) add support for guides ([@mansona](https://github.com/mansona))

#### :house: Internal
* `ember-learn-release-tool`
* [#2](https://github.com/ember-learn/ember-learn-release-tool/pull/2) start using release-plan ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-learn-release-tool",
"version": "0.0.0",
"version": "1.0.0",
"description": "A tool to help the Ember Core Learning Team manage releases",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 838716c

Please sign in to comment.