From d6fdd0bbeedf0440343931b94e463fea22c3c31b Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:51:26 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 16 ++++++---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index fe66d8f..6035c82 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "lint-to-the-future": { - "impact": "patch", - "oldVersion": "2.5.0", - "newVersion": "2.5.1", + "impact": "minor", + "oldVersion": "2.5.1", + "newVersion": "2.6.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-11-27)\n\nlint-to-the-future 2.5.1 (patch)\n\n#### :bug: Bug Fix\n* `lint-to-the-future`\n * [#63](/~https://github.com/mansona/lint-to-the-future/pull/63) Fix output with --previous-results ([@mansona](/~https://github.com/mansona))\n\n#### :house: Internal\n* `lint-to-the-future`\n * [#61](/~https://github.com/mansona/lint-to-the-future/pull/61) run prettier on test files ([@mansona](/~https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](/~https://github.com/mansona))\n" + "description": "## Release (2024-12-13)\n\nlint-to-the-future 2.6.0 (minor)\n\n#### :rocket: Enhancement\n* `lint-to-the-future`\n * [#67](/~https://github.com/mansona/lint-to-the-future/pull/67) Add stats to the lttf dashboard ([@mansona](/~https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](/~https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 573443e..b38e56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-12-13) + +lint-to-the-future 2.6.0 (minor) + +#### :rocket: Enhancement +* `lint-to-the-future` + * [#67](/~https://github.com/mansona/lint-to-the-future/pull/67) Add stats to the lttf dashboard ([@mansona](/~https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](/~https://github.com/mansona)) + ## Release (2024-11-27) lint-to-the-future 2.5.1 (patch) diff --git a/package.json b/package.json index e3c5462..4c776b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lint-to-the-future", - "version": "2.5.1", + "version": "2.6.0", "description": "A modern way to progressively update your code to the best practices", "repository": "/~https://github.com/mansona/lint-to-the-future", "license": "MIT",