Skip to content

Commit

Permalink
Merge pull request #5 from ef4/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Dec 6, 2023
2 parents c9e5295 + 8a3fcd6 commit 52e291b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"solution": {
"@ef4/lerna-changelog": {
"impact": "major",
"oldVersion": "1.0.4",
"newVersion": "2.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"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"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Changelog
## Release (2023-12-04)

@ef4/lerna-changelog 2.0.0 (major)

#### :boom: Breaking Change
* [#6](https://github.com/ef4/lerna-changelog/pull/6) drop support for node < 16 ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* [#1](https://github.com/ef4/lerna-changelog/pull/1) discover all packages in workspaces ([@mansona](https://github.com/mansona))

#### :house: Internal
* [#4](https://github.com/ef4/lerna-changelog/pull/4) Update release-plan workflows ([@mansona](https://github.com/mansona))
* [#3](https://github.com/ef4/lerna-changelog/pull/3) running npm init release-plan-setup ([@mansona](https://github.com/mansona))
* [#2](https://github.com/ef4/lerna-changelog/pull/2) Update changelog and readme badges ([@mansona](https://github.com/mansona))

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

## Changes inherited from upstream after reset

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": "1.0.4",
"version": "2.0.0",
"description": "Generate a changelog for a lerna monorepo",
"keywords": [
"changelog",
Expand Down

0 comments on commit 52e291b

Please sign in to comment.