Skip to content

Commit

Permalink
Merge pull request #9 from ef4/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jan 11, 2024
2 parents f35849a + a4ae5ad commit a168184
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"solution": {
"@ef4/lerna-changelog": {
"impact": "major",
"oldVersion": "1.0.4",
"newVersion": "2.0.0",
"impact": "minor",
"oldVersion": "2.0.0",
"newVersion": "2.1.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
Expand All @@ -21,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2023-12-04)\n\n@ef4/lerna-changelog 2.0.0 (major)\n\n#### :boom: Breaking Change\n* [#6](https://github.com/ef4/lerna-changelog/pull/6) drop support for node < 16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* [#1](https://github.com/ef4/lerna-changelog/pull/1) discover all packages in workspaces ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#4](https://github.com/ef4/lerna-changelog/pull/4) Update release-plan workflows ([@mansona](https://github.com/mansona))\n* [#3](https://github.com/ef4/lerna-changelog/pull/3) running npm init release-plan-setup ([@mansona](https://github.com/mansona))\n* [#2](https://github.com/ef4/lerna-changelog/pull/2) Update changelog and readme badges ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-01-11)\n\n@ef4/lerna-changelog 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@ef4/lerna-changelog`\n * [#8](https://github.com/ef4/lerna-changelog/pull/8) Robustly discover packages for any tool ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@ef4/lerna-changelog`\n * [#10](https://github.com/ef4/lerna-changelog/pull/10) update release-plan setup ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Changelog
## Release (2024-01-11)

@ef4/lerna-changelog 2.1.0 (minor)

#### :rocket: Enhancement
* `@ef4/lerna-changelog`
* [#8](https://github.com/ef4/lerna-changelog/pull/8) Robustly discover packages for any tool ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `@ef4/lerna-changelog`
* [#10](https://github.com/ef4/lerna-changelog/pull/10) update release-plan setup ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2023-12-04)

@ef4/lerna-changelog 2.0.0 (major)
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.0.0",
"version": "2.1.0",
"description": "Generate a changelog for a lerna monorepo",
"keywords": [
"changelog",
Expand Down

0 comments on commit a168184

Please sign in to comment.