Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 11, 2024
1 parent 5e93fd3 commit 3f61512
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"solution": {
"kolay": {
"impact": "patch",
"oldVersion": "0.0.2",
"newVersion": "0.0.3",
"impact": "major",
"oldVersion": "0.0.3",
"newVersion": "1.0.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2023-12-26)\n\nkolay 0.0.3 (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 * [#7](https://github.com/universal-ember/kolay/pull/7) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\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: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
"description": "## Release (2024-02-11)\n\nkolay 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `kolay`\n * [#12](https://github.com/universal-ember/kolay/pull/12) Use recursive structure in the manifest to allow more flexible and deep navigation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `kolay`\n * [#12](https://github.com/universal-ember/kolay/pull/12) Use recursive structure in the manifest to allow more flexible and deep navigation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog
## Release (2024-02-11)

kolay 1.0.0 (major)

#### :boom: Breaking Change
* `kolay`
* [#12](https://github.com/universal-ember/kolay/pull/12) Use recursive structure in the manifest to allow more flexible and deep navigation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :rocket: Enhancement
* `kolay`
* [#12](https://github.com/universal-ember/kolay/pull/12) Use recursive structure in the manifest to allow more flexible and deep navigation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2023-12-26)

kolay 0.0.3 (patch)
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": "kolay",
"version": "0.0.3",
"version": "1.0.0",
"description": "",
"keywords": [
"documentation",
Expand Down

0 comments on commit 3f61512

Please sign in to comment.