From 089ebd2d27139f0c441aea57a6e2ba9ff07cba76 Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 5 May 2026 09:52:43 +0200 Subject: [PATCH 1/2] chore(main): release cli 2.62.0 --- clients/cli/CHANGELOG.md | 8 ++++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index db8872d3..b6a035b0 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.62.0](https://github.com/phrase/strings-openapi/compare/cli-v2.61.0...cli-v2.62.0) (2026-05-05) + + +### Features + +* **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) +* **SCM-1430:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) + ## [2.61.0](https://github.com/phrase/strings-openapi/compare/cli-v2.60.0...cli-v2.61.0) (2026-04-27) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index f900b20b..b414a739 100644 --- a/openapi-generator/cli_lang.yaml +++ b/openapi-generator/cli_lang.yaml @@ -2,6 +2,6 @@ generatorName: go outputDir: clients/cli packageName: phrase -packageVersion: 2.61.0 +packageVersion: 2.62.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 5d78e477..d73eb3f5 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.61.0" + ".": "2.62.0" } From 5e148139a3dd8278f26f2e1e021445f6f23ad229 Mon Sep 17 00:00:00 2001 From: Hassan Ahmed Date: Wed, 6 May 2026 14:35:39 +0200 Subject: [PATCH 2/2] fix(cli): rename SCM-1430 to tags in changelog --- clients/cli/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index b6a035b0..e97a6c3c 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -6,7 +6,7 @@ ### Features * **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) -* **SCM-1430:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) +* **tags:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) ## [2.61.0](https://github.com/phrase/strings-openapi/compare/cli-v2.60.0...cli-v2.61.0) (2026-04-27)