Skip to content

Commit d73040a

Browse files
Prepare Release v5.1.1 using 'release-plan'
1 parent e915532 commit d73040a

3 files changed

Lines changed: 16 additions & 13 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
{
22
"solution": {
33
"create-release-plan-setup": {
4-
"impact": "minor",
5-
"oldVersion": "5.0.0",
6-
"newVersion": "5.1.0",
4+
"impact": "patch",
5+
"oldVersion": "5.1.0",
6+
"newVersion": "5.1.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :bug: Bug Fix"
16-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Appears in changelog section :house: Internal"
2012
}
2113
],
2214
"pkgJSONPath": "./package.json"
2315
}
2416
},
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"
17+
"description": "## Release (2026-01-14)\n\n* create-release-plan-setup 5.1.1 (patch)\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: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
2618
}

CHANGELOG.md

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

3+
## Release (2026-01-14)
4+
5+
* create-release-plan-setup 5.1.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `create-release-plan-setup`
9+
* [#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))
10+
11+
#### Committers: 1
12+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
13+
314
## Release (2025-11-05)
415

516
* 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.1.1",
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)