From 9a85d622d2c83be6afe56963ab5430f24e6e37a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:01:13 +0000 Subject: [PATCH] chore(main): release generate-openapi-clients 1.0.0 --- .release-please-manifest.json | 2 +- actions/generate-openapi-clients/CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 actions/generate-openapi-clients/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b41aef4ba..a2874d56a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"actions/lint-pr-title":"1.0.0"} +{"actions/lint-pr-title":"1.0.0","actions/generate-openapi-clients":"1.0.0"} diff --git a/actions/generate-openapi-clients/CHANGELOG.md b/actions/generate-openapi-clients/CHANGELOG.md new file mode 100644 index 000000000..3b12a81e1 --- /dev/null +++ b/actions/generate-openapi-clients/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 1.0.0 (2024-10-07) + + +### 🎉 Features + +* modify openapi spec at client generation time ([#204](https://github.com/grafana/shared-workflows/issues/204)) ([fc84de9](https://github.com/grafana/shared-workflows/commit/fc84de984d84586aaa4c05c88620553d1473f735)) + + +### 🐛 Bug Fixes + +* generate go client in a subdir ([#208](https://github.com/grafana/shared-workflows/issues/208)) ([335e261](https://github.com/grafana/shared-workflows/commit/335e261108a1299ee06227acad2e487118e3110e)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update actions/cache action to v4.1.0 ([#441](https://github.com/grafana/shared-workflows/issues/441)) ([e583f36](https://github.com/grafana/shared-workflows/commit/e583f3676b58bba1b3a278be432b4220800abf2f))