Skip to content

Commit

Permalink
fix: setting chectl version on release (#2789)
Browse files Browse the repository at this point in the history
* fix: setting chectl version on release

Signed-off-by: Anatolii Bazko <[email protected]>

* Update README.md

Signed-off-by: Anatolii Bazko <[email protected]>

---------

Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha authored Oct 12, 2023
1 parent 4c29629 commit cf6f685
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
git config --local user.name ${{ github.actor }}
sed -i "s#version\":\ \"\(.*\)\",#version\":\ \"${{ steps.TAG_UTIL.outputs.chectl_version }}\",#g" package.json
sed -i "0,/\"version\":\ \"\(.*\)\",/s/\"version\":\ \"\(.*\)\",/\"version\":\ \"${{ steps.TAG_UTIL.outputs.chectl_version }}\",/" package.json
sed -i "s|INSERT-KEY-HERE|${{ secrets.SEGMENT_WRITE_KEY }}|g" src/hooks/analytics/analytics.ts
git tag ${{ steps.TAG_UTIL.outputs.gh_tag }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ FLAG DESCRIPTIONS
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
```

_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v1.3.10/src/commands/version.ts)_
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.0.1/src/commands/version.ts)_
<!-- commandsstop -->


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@oclif/plugin-autocomplete": "^2.3.9",
"@oclif/plugin-help": "^5.2.20",
"@oclif/plugin-update": "^1",
"@oclif/plugin-version": "^1.3.10",
"@oclif/plugin-version": "^2.0.1",
"@octokit/rest": "^19.0.5",
"analytics-node": "^6.2.0",
"ansi-colors": "4.1.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1381,12 +1381,12 @@
semver "^7.3.5"
tar-fs "^2.1.1"

"@oclif/plugin-version@^1.3.10":
version "1.3.10"
resolved "https://registry.yarnpkg.com/@oclif/plugin-version/-/plugin-version-1.3.10.tgz#262adba3f5b047be887f0373ec42eab1c98f5ad9"
integrity sha512-TiRZALUcv4hwGTPoTyA3nOWtRew9DT4Ge1FeYx16xnuAsWryvJe3IHXmCm6b1VYhzTJhV2XH5U1DqllrQB2YaA==
"@oclif/plugin-version@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-version/-/plugin-version-2.0.1.tgz#60c9bca750028d56a491da9f63f08d1c2144e74e"
integrity sha512-5gEwB74Mqbe5ob5f1Agvb8ebBH0xm/jt0iqaOEYGrYN2gLu32UgqsLpccu+LCd89C2LdzIRIQ8DR5Yro3IY8jQ==
dependencies:
"@oclif/core" "^2.15.0"
"@oclif/core" "^3.0.4"

"@oclif/plugin-warn-if-update-available@^2.0.44":
version "2.1.0"
Expand Down Expand Up @@ -3558,7 +3558,7 @@ detect-newline@^3.0.0:

"devworkspace-operator@https://github.com/devfile/devworkspace-operator#main":
version "0.0.0"
resolved "https://github.com/devfile/devworkspace-operator#23c513e837df470cd6cef54010422be87ac6a460"
resolved "https://github.com/devfile/devworkspace-operator#9c34f367103a5b361643f583aaed0aa9d7c96d8d"

dezalgo@^1.0.0:
version "1.0.4"
Expand Down

0 comments on commit cf6f685

Please sign in to comment.