Skip to content

Commit

Permalink
chore(master): release cli 2.18.0 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase authored Dec 14, 2023
1 parent e15caad commit 66fa046
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions clients/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.18.0](https://github.com/phrase/openapi/compare/cli-v2.17.0...cli-v2.18.0) (2023-12-14)


### Features

* **CLI:** On push, print upload URL [TSI-1735] ([#485](https://github.com/phrase/openapi/issues/485)) ([cbdc8ed](https://github.com/phrase/openapi/commit/cbdc8ed12217cb775d41faa662b9890050ad5a4e))

## [2.17.0](https://github.com/phrase/openapi/compare/cli-v2.16.0...cli-v2.17.0) (2023-12-13)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/cli_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
generatorName: go
outputDir: clients/cli
packageName: phrase
packageVersion: 2.17.0
packageVersion: 2.18.0
templateDir: openapi-generator/templates/cli
apiNameSuffix: Api
2 changes: 1 addition & 1 deletion release-please/manifest-cli.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.17.0"
".": "2.18.0"
}

0 comments on commit 66fa046

Please sign in to comment.