Skip to content

Commit 883e66f

Browse files
authored
Merge pull request #23 from empress/release-preview
Prepare Release
2 parents ab4443f + 1887a4b commit 883e66f

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

.release-plan.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"solution": {
3+
"rfc-process-mdbook-template": {
4+
"impact": "major",
5+
"oldVersion": "1.1.1",
6+
"newVersion": "2.0.0",
7+
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
12+
{
13+
"impact": "minor",
14+
"reason": "Appears in changelog section :rocket: Enhancement"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :house: Internal"
19+
}
20+
],
21+
"pkgJSONPath": "./package.json"
22+
}
23+
},
24+
"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"
25+
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## Release (2024-07-15)
4+
5+
rfc-process-mdbook-template 2.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `rfc-process-mdbook-template`
9+
* [#19](https://github.com/empress/rfc-process-mdbook-template/pull/19) update font awesome and switch to pnpm ([@mansona](https://github.com/mansona))
10+
11+
#### :rocket: Enhancement
12+
* `rfc-process-mdbook-template`
13+
* [#18](https://github.com/empress/rfc-process-mdbook-template/pull/18) feat: migrate to `ember-showdown-shiki` ([@IgnaceMaes](https://github.com/IgnaceMaes))
14+
15+
#### :house: Internal
16+
* `rfc-process-mdbook-template`
17+
* [#22](https://github.com/empress/rfc-process-mdbook-template/pull/22) use pnpm/action-setup@v4 everywhere ([@mansona](https://github.com/mansona))
18+
* [#21](https://github.com/empress/rfc-process-mdbook-template/pull/21) fix Lint to the Future dashboard ([@mansona](https://github.com/mansona))
19+
* [#20](https://github.com/empress/rfc-process-mdbook-template/pull/20) start using release-plan ([@mansona](https://github.com/mansona))
20+
21+
#### Committers: 2
22+
- Chris Manson ([@mansona](https://github.com/mansona))
23+
- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))
24+
325
v1.1.0 / 2022-07-23
426
==================
527
* Supporting rfc-process v1.0 and adding head-data #16 from @mansona

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rfc-process-mdbook-template",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)