Skip to content

Commit

Permalink
Merge pull request #14 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Release Preview
  • Loading branch information
mansona committed Nov 23, 2023
2 parents 5ed23cb + 4028783 commit e4aa733
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"release-plan": {
"impact": "patch",
"oldVersion": "0.2.0",
"newVersion": "0.2.1",
"oldVersion": "0.2.1",
"newVersion": "0.2.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2023-11-23)\n\nrelease-plan 0.2.1 (patch)\n\n#### :bug: Bug Fix\n* [#13](https://github.com/embroider-build/release-plan/pull/13) Fix npm publish ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2023-11-23)\n\nrelease-plan 0.2.2 (patch)\n\n#### :bug: Bug Fix\n* [#15](https://github.com/embroider-build/release-plan/pull/15) actually use otp when it's provided ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# My awesome Changelog
## Release (2023-11-23)

release-plan 0.2.1 (patch)
release-plan 0.2.2 (patch)

#### :bug: Bug Fix
* [#13](https://github.com/embroider-build/release-plan/pull/13) Fix npm publish ([@mansona](https://github.com/mansona))
* [#15](https://github.com/embroider-build/release-plan/pull/15) actually use otp when it's provided ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
## Release (2023-11-23),,release-plan 0.2.0 (minor),,#### :rocket: Enhancement,* [#11](https://github.com/embroider-build/release-plan/pull/11) Fix publish step ([@mansona](https://github.com/mansona)),,#### Committers: 1,- Chris Manson ([@mansona](https://github.com/mansona)),## Release (2023-11-20),,release-plan 0.1.0 (minor),,#### :rocket: Enhancement,* [#5](https://github.com/embroider-build/release-plan/pull/5) add --single-package option ([@mansona](https://github.com/mansona)),* [#1](https://github.com/embroider-build/release-plan/pull/1) use tsup ([@mansona](https://github.com/mansona)),,#### :house: Internal,* [#7](https://github.com/embroider-build/release-plan/pull/7) use dist/cli.js directly in workflows ([@mansona](https://github.com/mansona)),* [#6](https://github.com/embroider-build/release-plan/pull/6) add workflows for review and release ([@mansona](https://github.com/mansona)),* [#4](https://github.com/embroider-build/release-plan/pull/4) reset version so release-plan will work on itself ([@mansona](https://github.com/mansona)),* [#3](https://github.com/embroider-build/release-plan/pull/3) convert everything to work correctly with ESM ([@mansona](https://github.com/mansona)),* [#2](https://github.com/embroider-build/release-plan/pull/2) revert back from tsup to tsc ([@mansona](https://github.com/mansona)),,#### Committers: 1,- Chris Manson ([@mansona](https://github.com/mansona)),
## Release (2023-11-23),,release-plan 0.2.1 (patch),,#### :bug: Bug Fix,* [#13](https://github.com/embroider-build/release-plan/pull/13) Fix npm publish ([@mansona](https://github.com/mansona)),,#### Committers: 1,- Chris Manson ([@mansona](https://github.com/mansona)),## Release (2023-11-23),,release-plan 0.2.0 (minor),,#### :rocket: Enhancement,* [#11](https://github.com/embroider-build/release-plan/pull/11) Fix publish step ([@mansona](https://github.com/mansona)),,#### Committers: 1,- Chris Manson ([@mansona](https://github.com/mansona)),## Release (2023-11-20),,release-plan 0.1.0 (minor),,#### :rocket: Enhancement,* [#5](https://github.com/embroider-build/release-plan/pull/5) add --single-package option ([@mansona](https://github.com/mansona)),* [#1](https://github.com/embroider-build/release-plan/pull/1) use tsup ([@mansona](https://github.com/mansona)),,#### :house: Internal,* [#7](https://github.com/embroider-build/release-plan/pull/7) use dist/cli.js directly in workflows ([@mansona](https://github.com/mansona)),* [#6](https://github.com/embroider-build/release-plan/pull/6) add workflows for review and release ([@mansona](https://github.com/mansona)),* [#4](https://github.com/embroider-build/release-plan/pull/4) reset version so release-plan will work on itself ([@mansona](https://github.com/mansona)),* [#3](https://github.com/embroider-build/release-plan/pull/3) convert everything to work correctly with ESM ([@mansona](https://github.com/mansona)),* [#2](https://github.com/embroider-build/release-plan/pull/2) revert back from tsup to tsc ([@mansona](https://github.com/mansona)),,#### Committers: 1,- Chris Manson ([@mansona](https://github.com/mansona)),
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-plan",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"type": "module",
"bin": "./dist/cli.js",
Expand Down

0 comments on commit e4aa733

Please sign in to comment.