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
26 changes: 26 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"solution": {
"can-symlink": {
"impact": "major",
"oldVersion": "1.0.0",
"newVersion": "2.0.0",
"tagName": "latest",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-06-16)\n\n* can-symlink 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `can-symlink`\n * [#8](https://github.com/ember-cli/can-symlink/pull/8) update tmp package to latest and add a basic CI ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `can-symlink`\n * [#4](https://github.com/ember-cli/can-symlink/pull/4) only include files required for publish ([@stefanpenner](https://github.com/stefanpenner))\n\n#### :house: Internal\n* `can-symlink`\n * [#9](https://github.com/ember-cli/can-symlink/pull/9) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))\n"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# Changelog

## Release (2026-06-16)

* can-symlink 2.0.0 (major)

#### :boom: Breaking Change
* `can-symlink`
* [#8](https://github.com/ember-cli/can-symlink/pull/8) update tmp package to latest and add a basic CI ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* `can-symlink`
* [#4](https://github.com/ember-cli/can-symlink/pull/4) only include files required for publish ([@stefanpenner](https://github.com/stefanpenner))

#### :house: Internal
* `can-symlink`
* [#9](https://github.com/ember-cli/can-symlink/pull/9) start using release-plan ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "can-symlink",
"version": "1.0.0",
"version": "2.0.0",
"description": "Utility module to determine if fs.symlink commands will succeed. Useful for win32 enviornments where special permission is required for symlinking.",
"keywords": [
"symlink",
Expand Down
Loading