From be10e02dbea713db0b8c37ef0109e2face023aba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Dec 2023 01:43:15 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 17 +++++++++++++++++ CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..55819a8 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,17 @@ +{ + "solution": { + "content-tag": { + "impact": "patch", + "oldVersion": "1.1.2", + "newVersion": "1.1.3", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2023-12-13)\n\ncontent-tag 1.1.3 (patch)\n\n#### :house: Internal\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" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df6589..f4a1288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # `content-tag` Changelog +## Release (2023-12-13) + +content-tag 1.1.3 (patch) + +#### :house: Internal +* [#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) diff --git a/package.json b/package.json index 6ec4ff5..7bb998b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-tag", - "version": "1.1.2", + "version": "1.1.3", "description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal", "repository": { "type": "git",