Skip to content

Commit

Permalink
Merge pull request #75 from mansona/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Feb 15, 2024
2 parents 71c79a2 + 54549d6 commit f4e7cfe
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
{
"solution": {
"create-release-plan-setup": {
"impact": "minor",
"oldVersion": "2.0.0",
"newVersion": "2.1.0",
"impact": "patch",
"oldVersion": "2.1.0",
"newVersion": "2.1.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-06)\n\ncreate-release-plan-setup 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#71](https://github.com/mansona/create-release-plan-setup/pull/71) run create-release-plan-setup ([@mansona](https://github.com/mansona))\n * [#69](https://github.com/mansona/create-release-plan-setup/pull/69) update release-plan ([@mansona](https://github.com/mansona))\n * [#68](https://github.com/mansona/create-release-plan-setup/pull/68) Update peter-evans/create-pull-request ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#60](https://github.com/mansona/create-release-plan-setup/pull/60) match release-plan test for Changelog header ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#67](https://github.com/mansona/create-release-plan-setup/pull/67) add an editorconfig file ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-02-15)\n\ncreate-release-plan-setup 2.1.1 (patch)\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#74](https://github.com/mansona/create-release-plan-setup/pull/74) Fix typo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### :memo: Documentation\n* `create-release-plan-setup`\n * [#76](https://github.com/mansona/create-release-plan-setup/pull/76) update setup docs in the readme ([@mansona](https://github.com/mansona))\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 (2024-02-15)

create-release-plan-setup 2.1.1 (patch)

#### :bug: Bug Fix
* `create-release-plan-setup`
* [#74](https://github.com/mansona/create-release-plan-setup/pull/74) Fix typo ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :memo: Documentation
* `create-release-plan-setup`
* [#76](https://github.com/mansona/create-release-plan-setup/pull/76) update setup docs in the readme ([@mansona](https://github.com/mansona))

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

## Release (2024-02-06)

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

0 comments on commit f4e7cfe

Please sign in to comment.