Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
pichfl authored and github-actions[bot] committed Aug 9, 2024
1 parent 58bb6e4 commit 8e85168
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"solution": {
"auto-reveal": {
"impact": "patch",
"oldVersion": "0.2.0",
"newVersion": "0.2.1",
"impact": "minor",
"oldVersion": "0.2.1",
"newVersion": "0.3.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-24)\n\nauto-reveal 0.2.1 (patch)\n\n#### :bug: Bug Fix\n* `auto-reveal`\n * [#12](https://github.com/pichfl/auto-reveal/pull/12) Remove deprecation from import.meta.glob ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 1\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
"description": "## Release (2024-08-09)\n\nauto-reveal 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#25](https://github.com/mainmatter/auto-reveal/pull/25) Update README with License and Copyright ([@pichfl](https://github.com/pichfl))\n\n#### :house: Internal\n* `auto-reveal`\n * [#29](https://github.com/mainmatter/auto-reveal/pull/29) Update dependencies ([@pichfl](https://github.com/pichfl))\n * [#30](https://github.com/mainmatter/auto-reveal/pull/30) fix the trigger for the lint CI job ([@mansona](https://github.com/mansona))\n * [#28](https://github.com/mainmatter/auto-reveal/pull/28) Internal: Add Lint action ([@pichfl](https://github.com/pichfl))\n * [#18](https://github.com/mainmatter/auto-reveal/pull/18) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Changelog

## Release (2024-08-09)

auto-reveal 0.3.0 (minor)

#### :rocket: Enhancement
* `auto-reveal`
* [#25](https://github.com/mainmatter/auto-reveal/pull/25) Update README with License and Copyright ([@pichfl](https://github.com/pichfl))

#### :house: Internal
* `auto-reveal`
* [#29](https://github.com/mainmatter/auto-reveal/pull/29) Update dependencies ([@pichfl](https://github.com/pichfl))
* [#30](https://github.com/mainmatter/auto-reveal/pull/30) fix the trigger for the lint CI job ([@mansona](https://github.com/mansona))
* [#28](https://github.com/mainmatter/auto-reveal/pull/28) Internal: Add Lint action ([@pichfl](https://github.com/pichfl))
* [#18](https://github.com/mainmatter/auto-reveal/pull/18) update release-plan ([@mansona](https://github.com/mansona))

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

auto-reveal 0.2.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": "auto-reveal",
"version": "0.2.1",
"version": "0.3.0",
"description": "",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 8e85168

Please sign in to comment.