Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored and github-actions[bot] committed Jan 25, 2025
1 parent bbdd49f commit e7ed854
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"solution": {
"github-changelog": {
"impact": "patch",
"oldVersion": "1.0.1",
"newVersion": "1.0.2",
"impact": "minor",
"oldVersion": "1.0.2",
"newVersion": "1.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-05-22)\n\ngithub-changelog 1.0.2 (patch)\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#23](https://github.com/embroider-build/github-changelog/pull/23) only process commits on the current branch ([@mansona](https://github.com/mansona))\n * [#24](https://github.com/embroider-build/github-changelog/pull/24) Fix issue with similarly named packages matching the wrong package in the generated changelog. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2025-01-25)\n\ngithub-changelog 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `github-changelog`\n * [#27](https://github.com/embroider-build/github-changelog/pull/27) support enterprise GitHub ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `github-changelog`\n * [#28](https://github.com/embroider-build/github-changelog/pull/28) update pnpm version in CI ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\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 (2025-01-25)

github-changelog 1.1.0 (minor)

#### :rocket: Enhancement
* `github-changelog`
* [#27](https://github.com/embroider-build/github-changelog/pull/27) support enterprise GitHub ([@patricklx](https://github.com/patricklx))

#### :house: Internal
* `github-changelog`
* [#28](https://github.com/embroider-build/github-changelog/pull/28) update pnpm version in CI ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Patrick Pircher ([@patricklx](https://github.com/patricklx))

## Release (2024-05-22)

github-changelog 1.0.2 (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": "1.0.2",
"version": "1.1.0",
"description": "Generate a changelog from GitHub pull requests",
"keywords": [
"changelog",
Expand Down

0 comments on commit e7ed854

Please sign in to comment.