Skip to content

Commit

Permalink
Merge pull request #106 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored May 4, 2024
2 parents 006bad7 + 652b2e4 commit 8529181
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"solution": {
"create-release-plan-setup": {
"impact": "patch",
"oldVersion": "2.3.0",
"newVersion": "2.3.1",
"impact": "minor",
"oldVersion": "2.3.1",
"newVersion": "2.4.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -13,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-04-03)\n\ncreate-release-plan-setup 2.3.1 (patch)\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#97](https://github.com/embroider-build/create-release-plan-setup/pull/97) Fix repo url ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-05-04)\n\ncreate-release-plan-setup 2.4.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#101](https://github.com/embroider-build/create-release-plan-setup/pull/101) update the name of the stderr output and clean up ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#108](https://github.com/embroider-build/create-release-plan-setup/pull/108) update release-plan setup ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2024-05-04)

create-release-plan-setup 2.4.0 (minor)

#### :rocket: Enhancement
* `create-release-plan-setup`
* [#101](https://github.com/embroider-build/create-release-plan-setup/pull/101) update the name of the stderr output and clean up ([@mansona](https://github.com/mansona))

#### :house: Internal
* `create-release-plan-setup`
* [#108](https://github.com/embroider-build/create-release-plan-setup/pull/108) update release-plan setup ([@mansona](https://github.com/mansona))

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

## Release (2024-04-03)

create-release-plan-setup 2.3.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": "create-release-plan-setup",
"version": "2.3.1",
"version": "2.4.0",
"description": "Simple npm init bin package to add the perfect release-plan setup",
"keywords": [],
"repository": "https://github.com/embroider-build/create-release-plan-setup",
Expand Down

0 comments on commit 8529181

Please sign in to comment.