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,8 +2,8 @@
"solution": {
"create-release-plan-setup": {
"impact": "minor",
"oldVersion": "5.0.0",
"newVersion": "5.1.0",
"oldVersion": "5.1.0",
"newVersion": "5.2.0",
"tagName": "latest",
"constraints": [
{
Expand All @@ -13,14 +13,10 @@
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-11-05)\n\n* create-release-plan-setup 5.1.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#235](https://github.com/release-plan/create-release-plan-setup/pull/235) update actions/checkout and actions/setup-node ([@mansona](https://github.com/mansona))\n * [#219](https://github.com/release-plan/create-release-plan-setup/pull/219) Add commit signing ([@gossi](https://github.com/gossi))\n * [#234](https://github.com/release-plan/create-release-plan-setup/pull/234) Use Trusted Publishing rather than NPM_TOKEN to publish ([@kategengler](https://github.com/kategengler))\n * [#200](https://github.com/release-plan/create-release-plan-setup/pull/200) Extract check for release and prepare to reusable actions ([@kategengler](https://github.com/kategengler))\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#241](https://github.com/release-plan/create-release-plan-setup/pull/241) Publish does need write to push the tag ([@kategengler](https://github.com/kategengler))\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#243](https://github.com/release-plan/create-release-plan-setup/pull/243) Fix deployment ([@mansona](https://github.com/mansona))\n * [#239](https://github.com/release-plan/create-release-plan-setup/pull/239) Fix deployment ([@mansona](https://github.com/mansona))\n * [#236](https://github.com/release-plan/create-release-plan-setup/pull/236) run create-release-plan-setup ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
"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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2026-01-14)

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

#### :rocket: Enhancement
* `create-release-plan-setup`
* [#254](https://github.com/release-plan/create-release-plan-setup/pull/254) Update action versions ([@mansona](https://github.com/mansona))

#### :bug: Bug Fix
* `create-release-plan-setup`
* [#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))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## Release (2025-11-05)

* create-release-plan-setup 5.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": "5.1.0",
"version": "5.2.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