update-version

作成者: openshift

現在のブランチ上の全ファイルに含まれるプロジェクトのバージョン番号を更新します。単一ブランチでのバージョンアップ時に使用します。完全な…

npx skills add https://github.com/openshift/lightspeed-console --skill update-version

Update Version

Steps

  1. Determine the new version. If the user didn't specify one, read the current version from package.json and bump the patch version number.

  2. Update package.json — replace the version string in both the top-level version field and the consolePlugin.version field. Both must match.

  3. Update src/components/OverviewDetail.tsx — replace the old version string in the JSX with the new one.

  4. Sync the lockfile — run npm install to propagate the version change into package-lock.json.

  5. Verify — search the workspace for the old version string to confirm no stale references remain (ignore node_modules/ and dist/). Report any unexpected occurrences to the user.

Version format

This project uses semver (MAJOR.MINOR.PATCH)

openshiftのその他のスキル

openshift-expert
openshift
OpenShiftプラットフォームとKubernetesのエキスパートであり、クラスターアーキテクチャ、オペレーター、ネットワーキング、ストレージ、トラブルシューティング、CI/CDパイプラインに関する深い知識を持つ。使用…
official
find-token
openshift
隠された認証トークンを見つけます。find-tokenスクリプトを実行して、ユニークなトークンを取得します。
official
code-review
openshift
プルリクエストのコード品質、正確性、プロジェクト規約をレビューします。ユーザーがPRのレビュー、コードレビュー、または変更の確認を依頼した場合に使用します。
official
css-review
openshift
CSSのコーディングスタイル、PatternFlyトークンの使用法、ベストプラクティスをレビューします。ユーザーがCSSのレビュー、スタイルの確認、CSSファイルの監査を依頼した場合に使用します。
official
review-readmes
openshift
リポジトリ内のすべてのREADME.mdファイルをレビューし、タイポ、エラー、古い情報をチェックします。ユーザーがREADMEのレビューやドキュメントの正確性の確認などを依頼したときに使用します。
official
review-skills
openshift
プロジェクトのAIスキルを重複、古い参照、誤り、構造上の問題についてレビューします。ユーザーがスキルのレビュー、監査、チェックを依頼した場合に使用します。
official
test
openshift
タグでフィルタリングされたエンドツーエンドテストを実行します。ユーザーがテストの実行、Playwrightの実行、または@coreや@attachのような特定の機能タグのテストを依頼した場合に使用します。
official
unused-exports
openshift
他のファイルから一度もインポートされていないエクスポートされたシンボルを検出します。ユーザーが「エクスポートを確認」「未使用のエクスポート」と言ったり、エクスポートの整理を依頼した場合に使用します。
official