-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare Release using 'release-plan'
- Loading branch information
github-actions[bot]
authored
Feb 22, 2024
1 parent
43f2ba2
commit dc076ba
Showing
3 changed files
with
45 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,32 @@ | ||
{ | ||
"solution": { | ||
"kolay": { | ||
"impact": "patch", | ||
"oldVersion": "0.0.2", | ||
"newVersion": "0.0.3", | ||
"impact": "major", | ||
"oldVersion": "0.0.3", | ||
"newVersion": "1.0.0", | ||
"constraints": [ | ||
{ | ||
"impact": "major", | ||
"reason": "Appears in changelog section :boom: Breaking Change" | ||
}, | ||
{ | ||
"impact": "minor", | ||
"reason": "Appears in changelog section :rocket: Enhancement" | ||
}, | ||
{ | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :bug: Bug Fix" | ||
"reason": "Appears in changelog section :memo: Documentation" | ||
}, | ||
{ | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :house: Internal" | ||
} | ||
], | ||
"pkgJSONPath": "./package.json" | ||
}, | ||
"@universal-ember/kolay-ui": { | ||
"oldVersion": "0.0.0" | ||
} | ||
}, | ||
"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-22)\n\nkolay 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `kolay`\n * [#23](https://github.com/universal-ember/kolay/pull/23) Add markdown/glimdown rendering, TypeDoc, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\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 * [#25](https://github.com/universal-ember/kolay/pull/25) Refactor so that the typedoc plugin can be used outside of unplugin ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#24](https://github.com/universal-ember/kolay/pull/24) All manual specifying of sort order of folders and pages (in both JSON and JSONC) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#19](https://github.com/universal-ember/kolay/pull/19) Add UI, turbo, real test setup, ci, linting, etc etc etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\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#### :memo: Documentation\n* `kolay`\n * [#23](https://github.com/universal-ember/kolay/pull/23) Add markdown/glimdown rendering, TypeDoc, etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `kolay`\n * [#26](https://github.com/universal-ember/kolay/pull/26) Remove extraneous setting in createManifest ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#19](https://github.com/universal-ember/kolay/pull/19) Add UI, turbo, real test setup, ci, linting, etc etc etc ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|