Skip to content

Commit

Permalink
Merge pull request #23 from empress/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jul 15, 2024
2 parents ab4443f + 1887a4b commit 883e66f
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"solution": {
"rfc-process-mdbook-template": {
"impact": "major",
"oldVersion": "1.1.1",
"newVersion": "2.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 :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-15)\n\nrfc-process-mdbook-template 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `rfc-process-mdbook-template`\n * [#19](https://github.com/empress/rfc-process-mdbook-template/pull/19) update font awesome and switch to pnpm ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `rfc-process-mdbook-template`\n * [#18](https://github.com/empress/rfc-process-mdbook-template/pull/18) feat: migrate to `ember-showdown-shiki` ([@IgnaceMaes](https://github.com/IgnaceMaes))\n\n#### :house: Internal\n* `rfc-process-mdbook-template`\n * [#22](https://github.com/empress/rfc-process-mdbook-template/pull/22) use pnpm/action-setup@v4 everywhere ([@mansona](https://github.com/mansona))\n * [#21](https://github.com/empress/rfc-process-mdbook-template/pull/21) fix Lint to the Future dashboard ([@mansona](https://github.com/mansona))\n * [#20](https://github.com/empress/rfc-process-mdbook-template/pull/20) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))\n"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## Release (2024-07-15)

rfc-process-mdbook-template 2.0.0 (major)

#### :boom: Breaking Change
* `rfc-process-mdbook-template`
* [#19](https://github.com/empress/rfc-process-mdbook-template/pull/19) update font awesome and switch to pnpm ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* `rfc-process-mdbook-template`
* [#18](https://github.com/empress/rfc-process-mdbook-template/pull/18) feat: migrate to `ember-showdown-shiki` ([@IgnaceMaes](https://github.com/IgnaceMaes))

#### :house: Internal
* `rfc-process-mdbook-template`
* [#22](https://github.com/empress/rfc-process-mdbook-template/pull/22) use pnpm/action-setup@v4 everywhere ([@mansona](https://github.com/mansona))
* [#21](https://github.com/empress/rfc-process-mdbook-template/pull/21) fix Lint to the Future dashboard ([@mansona](https://github.com/mansona))
* [#20](https://github.com/empress/rfc-process-mdbook-template/pull/20) start using release-plan ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))

v1.1.0 / 2022-07-23
==================
* Supporting rfc-process v1.0 and adding head-data #16 from @mansona
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": "rfc-process-mdbook-template",
"version": "1.1.1",
"version": "2.0.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 883e66f

Please sign in to comment.