File tree Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "solution" : {
33 "ember-learn-release-tool" : {
4- "impact" : " major " ,
5- "oldVersion" : " 0 .0.0" ,
6- "newVersion" : " 1.0 .0" ,
4+ "impact" : " minor " ,
5+ "oldVersion" : " 1 .0.0" ,
6+ "newVersion" : " 1.1 .0" ,
77 "constraints" : [
88 {
9- "impact" : " major " ,
10- "reason" : " Appears in changelog section :boom: Breaking Change "
9+ "impact" : " minor " ,
10+ "reason" : " Appears in changelog section :rocket: Enhancement "
1111 },
1212 {
1313 "impact" : " patch" ,
1717 "pkgJSONPath" : " ./package.json"
1818 }
1919 },
20- "description" : " ## Release (2024-12-10)\n\n ember-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 "
20+ "description" : " ## Release (2024-12-10)\n\n ember-learn-release-tool 1.1 .0 (minor )\n\n #### :rocket: Enhancement \n * `ember-learn-release-tool`\n * [#6 ](https://github.com/ember-learn/ember-learn-release-tool/pull/6 ) add guides-search command ([@mansona](https://github.com/mansona))\n\n #### :house: Internal\n * `ember-learn-release-tool`\n * [#4 ](https://github.com/ember-learn/ember-learn-release-tool/pull/4) split out functions that can be reused in multiple commands ([@mansona](https://github.com/mansona))\n\n #### Committers: 1\n - Chris Manson ([@mansona](https://github.com/mansona))\n "
2121}
Original file line number Diff line number Diff line change 22
33## Release (2024-12-10)
44
5+ ember-learn-release-tool 1.1.0 (minor)
6+
7+ #### :rocket : Enhancement
8+ * ` ember-learn-release-tool `
9+ * [ #6 ] ( https://github.com/ember-learn/ember-learn-release-tool/pull/6 ) add guides-search command ([ @mansona ] ( https://github.com/mansona ) )
10+
11+ #### :house : Internal
12+ * ` ember-learn-release-tool `
13+ * [ #4 ] ( https://github.com/ember-learn/ember-learn-release-tool/pull/4 ) split out functions that can be reused in multiple commands ([ @mansona ] ( https://github.com/mansona ) )
14+
15+ #### Committers: 1
16+ - Chris Manson ([ @mansona ] ( https://github.com/mansona ) )
17+
18+ ## Release (2024-12-10)
19+
520ember-learn-release-tool 1.0.0 (major)
621
722#### :boom : Breaking Change
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-learn-release-tool" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " A tool to help the Ember Core Learning Team manage releases" ,
55 "keywords" : [],
66 "repository" : {
You can’t perform that action at this time.
0 commit comments