Skip to content

Commit d93233a

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent a5ea37a commit d93233a

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

.release-plan.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"babel-remove-types": {
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-09-27)\n\nbabel-remove-types 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `babel-remove-types`\n * [#1](https://github.com/ember-cli/babel-remove-types/pull/1) Fork the library ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `babel-remove-types`\n * [#2](https://github.com/ember-cli/babel-remove-types/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+
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# Changelog
2+
3+
## Release (2024-09-27)
4+
5+
babel-remove-types 1.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `babel-remove-types`
9+
* [#1](https://github.com/ember-cli/babel-remove-types/pull/1) Fork the library ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* `babel-remove-types`
13+
* [#2](https://github.com/ember-cli/babel-remove-types/pull/2) start using release-plan ([@mansona](https://github.com/mansona))
14+
15+
#### Committers: 1
16+
- Chris Manson ([@mansona](https://github.com/mansona))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-remove-types",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"keywords": [
55
"typescript",
66
"babel",

0 commit comments

Comments
 (0)