From ee84c756cdb84a9f84c30f5d61930dcb83f82466 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:01:00 -0700 Subject: [PATCH] Version Packages & Generate Artifacts (#317) * RELEASING: Releasing 1 package(s) Releases: konfig-cli@1.24.0 * Version Packages --------- Co-authored-by: github-actions[bot] --- .../.changeset/lemon-tables-yell.md | 5 -- .../packages/konfig-cli/CHANGELOG.md | 6 ++ .../konfig-dash/packages/konfig-cli/README.md | 57 ++++++++++--------- .../packages/konfig-cli/package.json | 2 +- 4 files changed, 36 insertions(+), 34 deletions(-) delete mode 100644 generator/konfig-dash/.changeset/lemon-tables-yell.md diff --git a/generator/konfig-dash/.changeset/lemon-tables-yell.md b/generator/konfig-dash/.changeset/lemon-tables-yell.md deleted file mode 100644 index cfcd717704..0000000000 --- a/generator/konfig-dash/.changeset/lemon-tables-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'konfig-cli': minor ---- - -add option to force use Twine credentials for publishing to PyPI diff --git a/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md b/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md index a19bb47754..3df864fae7 100644 --- a/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md +++ b/generator/konfig-dash/packages/konfig-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # konfig-cli +## 1.24.0 + +### Minor Changes + +- [`8c03fa02`](https://github.com/konfig-dev/konfig/commit/8c03fa02c01f5ffc111b61ce3d501d5abfa16906) Thanks [@dphuang2](https://github.com/dphuang2)! - add option to force use Twine credentials for publishing to PyPI + ## 1.23.5 ### Patch Changes diff --git a/generator/konfig-dash/packages/konfig-cli/README.md b/generator/konfig-dash/packages/konfig-cli/README.md index b0edf65b62..f8fa902acf 100644 --- a/generator/konfig-dash/packages/konfig-cli/README.md +++ b/generator/konfig-dash/packages/konfig-cli/README.md @@ -16,7 +16,7 @@ $ npm install -g konfig-cli $ konfig COMMAND running command... $ konfig (--version) -konfig-cli/1.23.5 linux-x64 node-v16.20.2 +konfig-cli/1.24.0 linux-x64 node-v16.20.2 $ konfig --help [COMMAND] USAGE $ konfig COMMAND @@ -78,7 +78,7 @@ EXAMPLES $ konfig bump ``` -_See code: [dist/commands/bump.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/bump.ts)_ +_See code: [dist/commands/bump.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/bump.ts)_ ## `konfig changeset` @@ -106,7 +106,7 @@ EXAMPLES $ konfig changeset -g python ``` -_See code: [dist/commands/changeset.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/changeset.ts)_ +_See code: [dist/commands/changeset.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/changeset.ts)_ ## `konfig detect-breaking-change` @@ -127,7 +127,7 @@ EXAMPLES $ konfig detect-breaking-change ``` -_See code: [dist/commands/detect-breaking-change.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/detect-breaking-change.ts)_ +_See code: [dist/commands/detect-breaking-change.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/detect-breaking-change.ts)_ ## `konfig diff` @@ -144,7 +144,7 @@ EXAMPLES $ konfig diff ``` -_See code: [dist/commands/diff.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/diff.ts)_ +_See code: [dist/commands/diff.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/diff.ts)_ ## `konfig fix` @@ -173,7 +173,7 @@ EXAMPLES $ konfig fix ``` -_See code: [dist/commands/fix.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/fix.ts)_ +_See code: [dist/commands/fix.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/fix.ts)_ ## `konfig generate` @@ -222,7 +222,7 @@ EXAMPLES $ konfig generate ``` -_See code: [dist/commands/generate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/generate.ts)_ +_See code: [dist/commands/generate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/generate.ts)_ ## `konfig help [COMMAND]` @@ -262,7 +262,7 @@ EXAMPLES $ konfig ignore ``` -_See code: [dist/commands/ignore.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/ignore.ts)_ +_See code: [dist/commands/ignore.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/ignore.ts)_ ## `konfig init` @@ -285,7 +285,7 @@ EXAMPLES $ konfig init ``` -_See code: [dist/commands/init.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/init.ts)_ +_See code: [dist/commands/init.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/init.ts)_ ## `konfig lint` @@ -302,7 +302,7 @@ EXAMPLES $ konfig lint ``` -_See code: [dist/commands/lint.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/lint.ts)_ +_See code: [dist/commands/lint.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/lint.ts)_ ## `konfig lint-python` @@ -330,7 +330,7 @@ EXAMPLES $ konfig lint-python -f -p test/simple_test.py ``` -_See code: [dist/commands/lint-python.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/lint-python.ts)_ +_See code: [dist/commands/lint-python.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/lint-python.ts)_ ## `konfig list-sdk-submodules` @@ -347,7 +347,7 @@ EXAMPLES $ konfig list-sdk-submodules ``` -_See code: [dist/commands/list-sdk-submodules.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/list-sdk-submodules.ts)_ +_See code: [dist/commands/list-sdk-submodules.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/list-sdk-submodules.ts)_ ## `konfig login` @@ -364,7 +364,7 @@ EXAMPLES $ konfig login ``` -_See code: [dist/commands/login.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/login.ts)_ +_See code: [dist/commands/login.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/login.ts)_ ## `konfig logout` @@ -381,7 +381,7 @@ EXAMPLES $ konfig logout ``` -_See code: [dist/commands/logout.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/logout.ts)_ +_See code: [dist/commands/logout.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/logout.ts)_ ## `konfig mock` @@ -398,7 +398,7 @@ EXAMPLES $ konfig mock ``` -_See code: [dist/commands/mock.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/mock.ts)_ +_See code: [dist/commands/mock.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/mock.ts)_ ## `konfig p2o` @@ -419,7 +419,7 @@ EXAMPLES $ konfig p2o ``` -_See code: [dist/commands/p2o.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/p2o.ts)_ +_See code: [dist/commands/p2o.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/p2o.ts)_ ## `konfig pr-create` @@ -444,7 +444,7 @@ EXAMPLES $ konfig pr-create ``` -_See code: [dist/commands/pr-create.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/pr-create.ts)_ +_See code: [dist/commands/pr-create.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/pr-create.ts)_ ## `konfig pr-merge` @@ -467,7 +467,7 @@ EXAMPLES $ konfig pr-merge ``` -_See code: [dist/commands/pr-merge.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/pr-merge.ts)_ +_See code: [dist/commands/pr-merge.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/pr-merge.ts)_ ## `konfig publish` @@ -475,10 +475,11 @@ Publish SDKs ``` USAGE - $ konfig publish [-d] [-g | -a] [-t] [--skipRemoteCheck] [--skipTests] [-s] [-x] + $ konfig publish [-d] [-g | -a] [-T] [-t] [--skipRemoteCheck] [--skipTests] [-s] [-x] [--tolerateRepublish] FLAGS + -T, --useTwine Force use TWINE_USERNAME and TWINE_PASSWORD for publishing -a, --all Specify all generators -d, --debug -g, --generator= @@ -497,7 +498,7 @@ EXAMPLES $ konfig publish ``` -_See code: [dist/commands/publish.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/publish.ts)_ +_See code: [dist/commands/publish.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/publish.ts)_ ## `konfig published` @@ -517,7 +518,7 @@ EXAMPLES $ konfig published ``` -_See code: [dist/commands/published.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/published.ts)_ +_See code: [dist/commands/published.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/published.ts)_ ## `konfig pull` @@ -538,7 +539,7 @@ EXAMPLES $ konfig pull ``` -_See code: [dist/commands/pull.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/pull.ts)_ +_See code: [dist/commands/pull.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/pull.ts)_ ## `konfig push` @@ -562,7 +563,7 @@ EXAMPLES $ konfig push ``` -_See code: [dist/commands/push.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/push.ts)_ +_See code: [dist/commands/push.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/push.ts)_ ## `konfig revalidate-demos [FILE]` @@ -584,7 +585,7 @@ EXAMPLES $ konfig revalidate-demos ``` -_See code: [dist/commands/revalidate-demos.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/revalidate-demos.ts)_ +_See code: [dist/commands/revalidate-demos.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/revalidate-demos.ts)_ ## `konfig revalidate-portal [FILE]` @@ -606,7 +607,7 @@ EXAMPLES $ konfig revalidate-portal ``` -_See code: [dist/commands/revalidate-portal.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/revalidate-portal.ts)_ +_See code: [dist/commands/revalidate-portal.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/revalidate-portal.ts)_ ## `konfig slack-msg [FILE]` @@ -627,7 +628,7 @@ EXAMPLES $ konfig slack-msg ``` -_See code: [dist/commands/slack-msg.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/slack-msg.ts)_ +_See code: [dist/commands/slack-msg.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/slack-msg.ts)_ ## `konfig test` @@ -650,7 +651,7 @@ EXAMPLES $ konfig test ``` -_See code: [dist/commands/test.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/test.ts)_ +_See code: [dist/commands/test.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/test.ts)_ ## `konfig version` @@ -667,5 +668,5 @@ EXAMPLES $ konfig version ``` -_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.23.5/dist/commands/version.ts)_ +_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.24.0/dist/commands/version.ts)_ diff --git a/generator/konfig-dash/packages/konfig-cli/package.json b/generator/konfig-dash/packages/konfig-cli/package.json index 3b4f8a7a33..be594b6746 100644 --- a/generator/konfig-dash/packages/konfig-cli/package.json +++ b/generator/konfig-dash/packages/konfig-cli/package.json @@ -1,6 +1,6 @@ { "name": "konfig-cli", - "version": "1.23.5", + "version": "1.24.0", "description": "CLI for Generating SDKs with Konfig", "author": "dphuang2 @dphuang2", "bin": {