Skip to content

Commit

Permalink
Merge pull request #68 from mansona/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Dec 13, 2024
2 parents b449e25 + d6fdd0b commit 5347fe7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5347fe7

Please sign in to comment.