Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"solution": {
"semver-deprecate": {
"impact": "major",
"oldVersion": "0.0.0",
"newVersion": "1.0.0",
"tagName": "latest",
"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 (2025-09-07)\n\n* semver-deprecate 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `semver-deprecate`\n * [#1](https://github.com/ember-cli/semver-deprecate/pull/1) Initial working version ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `semver-deprecate`\n * [#2](https://github.com/ember-cli/semver-deprecate/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 (2025-09-07)

* semver-deprecate 1.0.0 (major)

#### :boom: Breaking Change
* `semver-deprecate`
* [#1](https://github.com/ember-cli/semver-deprecate/pull/1) Initial working version ([@mansona](https://github.com/mansona))

#### :house: Internal
* `semver-deprecate`
* [#2](https://github.com/ember-cli/semver-deprecate/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": "semver-deprecate",
"version": "0.0.0",
"version": "1.0.0",
"description": "Semver aware deprecate function",
"keywords": [],
"repository": {
Expand Down