Skip to content

Commit

Permalink
Merge pull request #65 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Mar 20, 2024
2 parents d7964eb + 770354c commit d3742f8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .release-plan.json
Expand Up @@ -2,16 +2,20 @@
"solution": {
"release-plan": {
"impact": "minor",
"oldVersion": "0.7.1",
"newVersion": "0.8.0",
"oldVersion": "0.8.0",
"newVersion": "0.9.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-02-16)\n\nrelease-plan 0.8.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#56](https://github.com/embroider-build/release-plan/pull/56) add the default github-changelog unlabelled section name to parser ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# release-plan Changelog

## Release (2024-03-12)

release-plan 0.9.0 (minor)

#### :rocket: Enhancement
* `release-plan`
* [#66](https://github.com/embroider-build/release-plan/pull/66) start using github-changelog ([@mansona](https://github.com/mansona))

#### :house: Internal
* `release-plan`
* [#67](https://github.com/embroider-build/release-plan/pull/67) fix typo in release-plan setup ([@mansona](https://github.com/mansona))
* [#64](https://github.com/embroider-build/release-plan/pull/64) update release-plan-setup ([@mansona](https://github.com/mansona))

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

## Release (2024-02-16)

release-plan 0.8.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "release-plan",
"version": "0.8.0",
"version": "0.9.0",
"description": "",
"keywords": [],
"repository": "https://github.com/embroider-build/release-plan",
Expand Down
Empty file added stderr.log
Empty file.

0 comments on commit d3742f8

Please sign in to comment.