Skip to content

Commit

Permalink
Merge pull request #3 from bertdeblock/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
bertdeblock authored Mar 8, 2024
2 parents a74f6ee + 889c5ab commit 3eaf607
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"solution": {
"@bertdeblock/gember": {
"impact": "minor",
"oldVersion": "0.0.0",
"newVersion": "0.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-03-08)\n\n@bertdeblock/gember 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@bertdeblock/gember`\n * [#4](https://github.com/bertdeblock/gember/pull/4) Support a `--path` option for all generators ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Changelog

## Release (2024-03-08)

@bertdeblock/gember 0.1.0 (minor)

#### :rocket: Enhancement
* `@bertdeblock/gember`
* [#4](https://github.com/bertdeblock/gember/pull/4) Support a `--path` option for all generators ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 1
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bertdeblock/gember",
"version": "0.0.0",
"version": "0.1.0",
"description": "Generate components, helpers, modifiers and services in v2 addons.",
"repository": "https://github.com/bertdeblock/gember",
"license": "MIT",
Expand Down

0 comments on commit 3eaf607

Please sign in to comment.