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 18, 2024
1 parent bbca12d commit f81835e
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": {
"auto-reveal-theme-mainmatter": {
"impact": "minor",
"oldVersion": "0.0.0",
"newVersion": "0.1.0",
"impact": "patch",
"oldVersion": "0.1.0",
"newVersion": "0.1.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 :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-18)\n\nauto-reveal-theme-mainmatter 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal-theme-mainmatter`\n * [#1](https://github.com/mansona/auto-reveal-theme-mainmatter/pull/1) provide a default highlight theme ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `auto-reveal-theme-mainmatter`\n * [#2](https://github.com/mansona/auto-reveal-theme-mainmatter/pull/2) setup release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-07-18)\n\nauto-reveal-theme-mainmatter 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `auto-reveal-theme-mainmatter`\n * [#4](https://github.com/mansona/auto-reveal-theme-mainmatter/pull/4) fix sidebar ([@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
Expand Up @@ -2,6 +2,17 @@

## Release (2024-07-18)

auto-reveal-theme-mainmatter 0.1.1 (patch)

#### :bug: Bug Fix
* `auto-reveal-theme-mainmatter`
* [#4](https://github.com/mansona/auto-reveal-theme-mainmatter/pull/4) fix sidebar ([@mansona](https://github.com/mansona))

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

## Release (2024-07-18)

auto-reveal-theme-mainmatter 0.1.0 (minor)

#### :rocket: Enhancement
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": "auto-reveal-theme-mainmatter",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit f81835e

Please sign in to comment.