File tree Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "solution" : {
3
+ "ember-learn-release-tool" : {
4
+ "impact" : " major" ,
5
+ "oldVersion" : " 0.0.0" ,
6
+ "newVersion" : " 1.0.0" ,
7
+ "constraints" : [
8
+ {
9
+ "impact" : " major" ,
10
+ "reason" : " Appears in changelog section :boom: Breaking Change"
11
+ },
12
+ {
13
+ "impact" : " patch" ,
14
+ "reason" : " Appears in changelog section :house: Internal"
15
+ }
16
+ ],
17
+ "pkgJSONPath" : " ./package.json"
18
+ }
19
+ },
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 "
21
+ }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ ## Release (2024-12-10)
4
+
5
+ ember-learn-release-tool 1.0.0 (major)
6
+
7
+ #### :boom : Breaking Change
8
+ * ` ember-learn-release-tool `
9
+ * [ #1 ] ( https://github.com/ember-learn/ember-learn-release-tool/pull/1 ) add support for guides ([ @mansona ] ( https://github.com/mansona ) )
10
+
11
+ #### :house : Internal
12
+ * ` ember-learn-release-tool `
13
+ * [ #2 ] ( https://github.com/ember-learn/ember-learn-release-tool/pull/2 ) start using release-plan ([ @mansona ] ( https://github.com/mansona ) )
14
+
15
+ #### Committers: 1
16
+ - Chris Manson ([ @mansona ] ( https://github.com/mansona ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-learn-release-tool" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"description" : " A tool to help the Ember Core Learning Team manage releases" ,
5
5
"keywords" : [],
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments