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] authored Jan 23, 2024
1 parent e5b62da commit c9d1030
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 2 deletions.
32 changes: 32 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"solution": {
"ember-page-title": {
"oldVersion": "8.2.0"
},
"docs": {
"impact": "patch",
"oldVersion": "8.2.0",
"newVersion": "8.2.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./docs/package.json"
},
"test-app": {
"impact": "patch",
"oldVersion": "8.2.0",
"newVersion": "8.2.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./test-app/package.json"
}
},
"description": "## Release (2024-01-23)\n\ndocs 8.2.1 (patch)\ntest-app 8.2.1 (patch)\n\n#### :house: Internal\n* `docs`, `test-app`, `test-types`\n * [#279](https://github.com/ember-cli/ember-page-title/pull/279) Fix lockfile, due to release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## Release (2024-01-23)

docs 8.2.1 (patch)
test-app 8.2.1 (patch)

#### :house: Internal
* `docs`, `test-app`, `test-types`
* [#279](https://github.com/ember-cli/ember-page-title/pull/279) Fix lockfile, due to release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "8.2.0",
"version": "8.2.1",
"description": "Page Titles for Ember applications",
"keywords": [
"page title",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "8.2.0",
"version": "8.2.1",
"description": "Page Titles for Ember applications",
"keywords": [
"page title",
Expand Down

0 comments on commit c9d1030

Please sign in to comment.