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 Jul 11, 2024
1 parent 9a92e6f commit 53ec70e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"release-plan": {
"impact": "minor",
"oldVersion": "0.8.0",
"newVersion": "0.9.0",
"impact": "patch",
"oldVersion": "0.9.0",
"newVersion": "0.9.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-03-12)\n\nrelease-plan 0.9.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#66](https://github.com/embroider-build/release-plan/pull/66) start using github-changelog ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `release-plan`\n * [#67](https://github.com/embroider-build/release-plan/pull/67) fix typo in release-plan setup ([@mansona](https://github.com/mansona))\n * [#64](https://github.com/embroider-build/release-plan/pull/64) update release-plan-setup ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-07-11)\n\nrelease-plan 0.9.1 (patch)\n\n#### :memo: Documentation\n* `release-plan`\n * [#58](https://github.com/embroider-build/release-plan/pull/58) Update readme ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# release-plan Changelog

## Release (2024-07-11)

release-plan 0.9.1 (patch)

#### :memo: Documentation
* `release-plan`
* [#58](https://github.com/embroider-build/release-plan/pull/58) Update readme ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-03-12)

release-plan 0.9.0 (minor)
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": "release-plan",
"version": "0.9.0",
"version": "0.9.1",
"description": "",
"keywords": [],
"repository": "https://github.com/embroider-build/release-plan",
Expand Down

0 comments on commit 53ec70e

Please sign in to comment.