Skip to content

Commit

Permalink
Merge pull request #132 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jul 31, 2024
2 parents 8952a04 + 8550b40 commit d07f35c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"create-release-plan-setup": {
"impact": "minor",
"oldVersion": "3.0.0",
"newVersion": "3.1.0",
"oldVersion": "3.1.0",
"newVersion": "3.2.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-07-31)\n\ncreate-release-plan-setup 3.2.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#133](https://github.com/embroider-build/create-release-plan-setup/pull/133) Add issue read permission to action ([@wagenet](https://github.com/wagenet))\n\n#### Committers: 1\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\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-31)

create-release-plan-setup 3.2.0 (minor)

#### :rocket: Enhancement
* `create-release-plan-setup`
* [#133](https://github.com/embroider-build/create-release-plan-setup/pull/133) Add issue read permission to action ([@wagenet](https://github.com/wagenet))

#### Committers: 1
- Peter Wagenet ([@wagenet](https://github.com/wagenet))

## Release (2024-07-17)

create-release-plan-setup 3.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": "create-release-plan-setup",
"version": "3.1.0",
"version": "3.2.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 d07f35c

Please sign in to comment.