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 May 3, 2024
1 parent 837acd4 commit 9a72551
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"github-changelog": {
"impact": "major",
"oldVersion": "0.0.0",
"newVersion": "1.0.0",
"impact": "patch",
"oldVersion": "1.0.0",
"newVersion": "1.0.1",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-05-03)\n\ngithub-changelog 1.0.1 (patch)\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#22](https://github.com/embroider-build/github-changelog/pull/22) Apply ignoreCommitters config to PR creators ([@nickschot](https://github.com/nickschot))\n * [#19](https://github.com/embroider-build/github-changelog/pull/19) fix npm badge to point at the right package ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release (2024-05-03)

github-changelog 1.0.1 (patch)

#### :bug: Bug Fix
* `github-changelog`
* [#22](https://github.com/embroider-build/github-changelog/pull/22) Apply ignoreCommitters config to PR creators ([@nickschot](https://github.com/nickschot))
* [#19](https://github.com/embroider-build/github-changelog/pull/19) fix npm badge to point at the right package ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Nick Schot ([@nickschot](https://github.com/nickschot))

## Release (2024-03-12)

github-changelog 1.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": "github-changelog",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate a changelog from GitHub pull requests",
"keywords": [
"changelog",
Expand Down

0 comments on commit 9a72551

Please sign in to comment.