Skip to content

Commit

Permalink
Merge pull request #15 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Feb 16, 2024
2 parents 096ddd4 + 28cb429 commit 64f40cd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"@ef4/lerna-changelog": {
"impact": "minor",
"oldVersion": "2.1.0",
"newVersion": "2.2.0",
"impact": "patch",
"oldVersion": "2.2.0",
"newVersion": "2.2.1",
"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 (2024-02-16)\n\n@ef4/lerna-changelog 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@ef4/lerna-changelog`\n * [#11](https://github.com/embroider-build/github-changelog/pull/11) Add a default implementation for unlabelled ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-02-16)\n\n@ef4/lerna-changelog 2.2.1 (patch)\n\n#### :bug: Bug Fix\n* `@ef4/lerna-changelog`\n * [#14](https://github.com/embroider-build/github-changelog/pull/14) remove invisible character in unlabelled text ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
## Release (2024-02-16)

@ef4/lerna-changelog 2.2.1 (patch)

#### :bug: Bug Fix
* `@ef4/lerna-changelog`
* [#14](https://github.com/embroider-build/github-changelog/pull/14) remove invisible character in unlabelled text ([@mansona](https://github.com/mansona))

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

@ef4/lerna-changelog 2.2.0 (minor)

#### :rocket: Enhancement
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": "@ef4/lerna-changelog",
"version": "2.2.0",
"version": "2.2.1",
"description": "Generate a changelog for a lerna monorepo",
"keywords": [
"changelog",
Expand Down

0 comments on commit 64f40cd

Please sign in to comment.