Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 17, 2024
1 parent 0148dc1 commit a208bfe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
"solution": {
"auto-reveal": {
"impact": "minor",
"oldVersion": "0.0.0",
"newVersion": "0.1.0",
"oldVersion": "0.1.0",
"newVersion": "0.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -21,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-02)\n\nauto-reveal 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#3](https://github.com/pichfl/auto-reveal/pull/3) implement build ([@mansona](https://github.com/mansona))\n * [#1](https://github.com/pichfl/auto-reveal/pull/1) add the slides folder to the server watchers ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `auto-reveal`\n * [#2](https://github.com/pichfl/auto-reveal/pull/2) fix serving from the theme folder ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `auto-reveal`\n * [#4](https://github.com/pichfl/auto-reveal/pull/4) 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-17)\n\nauto-reveal 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#8](https://github.com/pichfl/auto-reveal/pull/8) import theme after default reveal css ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `auto-reveal`\n * [#6](https://github.com/pichfl/auto-reveal/pull/6) Add README, Run Formatter ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Changelog
## Release (2024-07-17)

auto-reveal 0.2.0 (minor)

#### :rocket: Enhancement
* `auto-reveal`
* [#8](https://github.com/pichfl/auto-reveal/pull/8) import theme after default reveal css ([@mansona](https://github.com/mansona))

#### :house: Internal
* `auto-reveal`
* [#6](https://github.com/pichfl/auto-reveal/pull/6) Add README, Run Formatter ([@pichfl](https://github.com/pichfl))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Florian Pichler ([@pichfl](https://github.com/pichfl))
## Release (2024-02-02)

auto-reveal 0.1.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": "auto-reveal",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit a208bfe

Please sign in to comment.