Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored and github-actions[bot] committed Sep 30, 2024
1 parent 833e8b8 commit f495e35
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"lint-to-the-future-eslint": {
"impact": "minor",
"oldVersion": "2.0.1",
"newVersion": "2.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-09-30)\n\nlint-to-the-future-eslint 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `lint-to-the-future-eslint`\n * [#21](https://github.com/mansona/lint-to-the-future-eslint/pull/21) add remove api ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `lint-to-the-future-eslint`\n * [#24](https://github.com/mansona/lint-to-the-future-eslint/pull/24) use release-plan ([@mansona](https://github.com/mansona))\n * [#22](https://github.com/mansona/lint-to-the-future-eslint/pull/22) swap to eslint recommended ([@mansona](https://github.com/mansona))\n * [#23](https://github.com/mansona/lint-to-the-future-eslint/pull/23) move list test to fixturify-project ([@mansona](https://github.com/mansona))\n * [#20](https://github.com/mansona/lint-to-the-future-eslint/pull/20) swap to fixturify project ([@mansona](https://github.com/mansona))\n * [#19](https://github.com/mansona/lint-to-the-future-eslint/pull/19) add prettier ([@mansona](https://github.com/mansona))\n * [#18](https://github.com/mansona/lint-to-the-future-eslint/pull/18) swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## Release (2024-09-30)

lint-to-the-future-eslint 2.1.0 (minor)

#### :rocket: Enhancement
* `lint-to-the-future-eslint`
* [#21](https://github.com/mansona/lint-to-the-future-eslint/pull/21) add remove api ([@mansona](https://github.com/mansona))

#### :house: Internal
* `lint-to-the-future-eslint`
* [#24](https://github.com/mansona/lint-to-the-future-eslint/pull/24) use release-plan ([@mansona](https://github.com/mansona))
* [#22](https://github.com/mansona/lint-to-the-future-eslint/pull/22) swap to eslint recommended ([@mansona](https://github.com/mansona))
* [#23](https://github.com/mansona/lint-to-the-future-eslint/pull/23) move list test to fixturify-project ([@mansona](https://github.com/mansona))
* [#20](https://github.com/mansona/lint-to-the-future-eslint/pull/20) swap to fixturify project ([@mansona](https://github.com/mansona))
* [#19](https://github.com/mansona/lint-to-the-future-eslint/pull/19) add prettier ([@mansona](https://github.com/mansona))
* [#18](https://github.com/mansona/lint-to-the-future-eslint/pull/18) swap to pnpm ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

v2.0.1 / 2023-02-23
==================
* Add license #16 from @RobbieTheWagner
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-eslint",
"version": "2.0.1",
"version": "2.1.0",
"repository": "https://github.com/mansona/lint-to-the-future-eslint",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit f495e35

Please sign in to comment.