Skip to content

Commit

Permalink
Merge pull request #18 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Mar 12, 2024
2 parents 119ecad + 108e679 commit a1a69c9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"@ef4/lerna-changelog": {
"impact": "patch",
"oldVersion": "2.2.0",
"newVersion": "2.2.1",
"github-changelog": {
"impact": "major",
"oldVersion": "0.0.0",
"newVersion": "1.0.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-03-12)\n\ngithub-changelog 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `github-changelog`\n * [#17](https://github.com/embroider-build/github-changelog/pull/17) swap everything to be github-changelog ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog

## Release (2024-03-12)

github-changelog 1.0.0 (major)

#### :boom: Breaking Change
* `github-changelog`
* [#17](https://github.com/embroider-build/github-changelog/pull/17) swap everything to be github-changelog ([@mansona](https://github.com/mansona))

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

@ef4/lerna-changelog 2.2.1 (patch)
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": "github-changelog",
"version": "0.0.0",
"version": "1.0.0",
"description": "Generate a changelog from GitHub pull requests",
"keywords": [
"changelog",
Expand Down

0 comments on commit a1a69c9

Please sign in to comment.