Skip to content

Commit

Permalink
Merge pull request #7 from universal-ember/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Dec 26, 2023
2 parents 27923d3 + 1487c0d commit f265a60
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"kolay": {
"impact": "patch",
"oldVersion": "0.0.1",
"newVersion": "0.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2023-12-26)\n\nkolay 0.0.2 (patch)\n\n#### :bug: Bug Fix\n* `kolay`\n * [#6](https://github.com/universal-ember/kolay/pull/6) Need to support directory-only manifests for convention based docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `kolay`\n * [#8](https://github.com/universal-ember/kolay/pull/8) Pin tool versions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#5](https://github.com/universal-ember/kolay/pull/5) Add docs-app for this repo to use itself for its own docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#4](https://github.com/universal-ember/kolay/pull/4) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Changelog
## Release (2023-12-26)

kolay 0.0.2 (patch)

#### :bug: Bug Fix
* `kolay`
* [#6](https://github.com/universal-ember/kolay/pull/6) Need to support directory-only manifests for convention based docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `kolay`
* [#8](https://github.com/universal-ember/kolay/pull/8) Pin tool versions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#5](https://github.com/universal-ember/kolay/pull/5) Add docs-app for this repo to use itself for its own docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#4](https://github.com/universal-ember/kolay/pull/4) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kolay",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"keywords": [
"documentation",
Expand Down

0 comments on commit f265a60

Please sign in to comment.