From f4a81f8e7f99339a2defd5b5c293a38173087b5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:16:52 +0000 Subject: [PATCH] Prepare Release v2.0.0 using 'release-plan' --- .release-plan.json | 26 ++++++++++++++++++++++++++ CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..a2862b2 --- /dev/null +++ b/.release-plan.json @@ -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" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..73c5807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index bf22441..52ecf69 100644 --- a/package.json +++ b/package.json @@ -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",