Skip to content

Commit 5e49eb4

Browse files
Prepare Release v5.2.0 using 'release-plan'
1 parent 0487b7c commit 5e49eb4

3 files changed

Lines changed: 20 additions & 8 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"create-release-plan-setup": {
44
"impact": "minor",
5-
"oldVersion": "5.0.0",
6-
"newVersion": "5.1.0",
5+
"oldVersion": "5.1.0",
6+
"newVersion": "5.2.0",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -13,14 +13,10 @@
1313
{
1414
"impact": "patch",
1515
"reason": "Appears in changelog section :bug: Bug Fix"
16-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Appears in changelog section :house: Internal"
2016
}
2117
],
2218
"pkgJSONPath": "./package.json"
2319
}
2420
},
25-
"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"
21+
"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"
2622
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Release (2026-01-14)
4+
5+
* create-release-plan-setup 5.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `create-release-plan-setup`
9+
* [#254](https://github.com/release-plan/create-release-plan-setup/pull/254) Update action versions ([@mansona](https://github.com/mansona))
10+
11+
#### :bug: Bug Fix
12+
* `create-release-plan-setup`
13+
* [#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))
14+
15+
#### Committers: 2
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
18+
319
## Release (2025-11-05)
420

521
* create-release-plan-setup 5.1.0 (minor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-release-plan-setup",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Simple npm init bin package to add the perfect release-plan setup",
55
"keywords": [],
66
"repository": "https://github.com/release-plan/create-release-plan-setup",

0 commit comments

Comments
 (0)