Skip to content

Commit

Permalink
Merge pull request #128 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jul 17, 2024
2 parents 9280da2 + ef69af7 commit 1945ea9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"create-release-plan-setup": {
"impact": "major",
"oldVersion": "2.4.0",
"newVersion": "3.0.0",
"impact": "minor",
"oldVersion": "3.0.0",
"newVersion": "3.1.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-01)\n\ncreate-release-plan-setup 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `create-release-plan-setup`\n * [#123](https://github.com/embroider-build/create-release-plan-setup/pull/123) Support updating release plan when labels are changed on previously-merged PRs ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 1\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n"
"description": "## Release (2024-07-17)\n\ncreate-release-plan-setup 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#127](https://github.com/embroider-build/create-release-plan-setup/pull/127) use the latest pnpm/action-setup and don't define pnpm version if packageManager is defined ([@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
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-07-17)

create-release-plan-setup 3.1.0 (minor)

#### :rocket: Enhancement
* `create-release-plan-setup`
* [#127](https://github.com/embroider-build/create-release-plan-setup/pull/127) use the latest pnpm/action-setup and don't define pnpm version if packageManager is defined ([@mansona](https://github.com/mansona))

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

## Release (2024-07-01)

create-release-plan-setup 3.0.0 (major)
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": "3.0.0",
"version": "3.1.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 1945ea9

Please sign in to comment.