Skip to content

Commit

Permalink
Merge pull request #48 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Dec 13, 2023
2 parents 7d7daf4 + b17761b commit f1936d0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"content-tag": {
"impact": "minor",
"oldVersion": "1.1.2",
"newVersion": "1.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2023-12-13)\n\ncontent-tag 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* [#44](https://github.com/embroider-build/content-tag/pull/44) Standalone content-tag implemented via conditional exports in package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#47](https://github.com/embroider-build/content-tag/pull/47) Give the changelog a title ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#46](https://github.com/embroider-build/content-tag/pull/46) Setup release-plan for automated release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# `content-tag` Changelog
## Release (2023-12-13)

content-tag 1.2.0 (minor)

#### :rocket: Enhancement
* [#44](https://github.com/embroider-build/content-tag/pull/44) Standalone content-tag implemented via conditional exports in package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* [#47](https://github.com/embroider-build/content-tag/pull/47) Give the changelog a title ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#46](https://github.com/embroider-build/content-tag/pull/46) Setup release-plan for automated release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## 1.1.2 (2023-10-06)

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": "content-tag",
"version": "1.1.2",
"version": "1.2.0",
"description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal",
"repository": {
"type": "git",
Expand Down

0 comments on commit f1936d0

Please sign in to comment.