Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@
"solution": {
"create-release-plan-setup": {
"impact": "minor",
"oldVersion": "5.1.0",
"newVersion": "5.2.0",
"oldVersion": "5.2.0",
"newVersion": "5.3.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-01-14)\n\n* create-release-plan-setup 5.2.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#254](https://github.com/release-plan/create-release-plan-setup/pull/254) Update action versions ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#252](https://github.com/release-plan/create-release-plan-setup/pull/252) Move npm latest install outside of pnpm if ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
"description": "## Release (2026-04-09)\n\n* create-release-plan-setup 5.3.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#270](https://github.com/release-plan/create-release-plan-setup/pull/270) update node and stop updating npm in publish.yml ([@mansona](https://github.com/mansona))\n * [#268](https://github.com/release-plan/create-release-plan-setup/pull/268) update release-plan to v0.18 ([@mansona](https://github.com/mansona))\n * [#267](https://github.com/release-plan/create-release-plan-setup/pull/267) update pnpm/action-setup to v5 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release (2026-04-09)

* create-release-plan-setup 5.3.0 (minor)

#### :rocket: Enhancement
* `create-release-plan-setup`
* [#270](https://github.com/release-plan/create-release-plan-setup/pull/270) update node and stop updating npm in publish.yml ([@mansona](https://github.com/mansona))
* [#268](https://github.com/release-plan/create-release-plan-setup/pull/268) update release-plan to v0.18 ([@mansona](https://github.com/mansona))
* [#267](https://github.com/release-plan/create-release-plan-setup/pull/267) update pnpm/action-setup to v5 ([@mansona](https://github.com/mansona))

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

## Release (2026-01-14)

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