diff --git a/.release-plan.json b/.release-plan.json index 2c21749..8023a7f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -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 * [#31](https://github.com/embroider-build/github-changelog/pull/31) remove unused release github action ([@mansona](https://github.com/mansona))\n * [#30](https://github.com/embroider-build/github-changelog/pull/30) update release-plan ([@mansona](https://github.com/mansona))\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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f99cd..4d52550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # 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` + * [#31](https://github.com/embroider-build/github-changelog/pull/31) remove unused release github action ([@mansona](https://github.com/mansona)) + * [#30](https://github.com/embroider-build/github-changelog/pull/30) update release-plan ([@mansona](https://github.com/mansona)) + * [#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) diff --git a/package.json b/package.json index 682d3d0..449ff0d 100644 --- a/package.json +++ b/package.json @@ -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",