원클릭으로
kuskus-release-process
How automated publishing works in kuskus
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
How automated publishing works in kuskus
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
How to bump package versions in kuskus — required before merging any PR that touches a package
How to update SHA-pinned GitHub Actions in kuskus workflows
Opening and reviewing PRs in the kuskus repo
Master branch protection rules, bypass policy, and how to modify when needed
Triage and label issues in the kuskus repo
Rules for safe development on this live, published extension
| name | Kuskus-Release-Process |
| description | How automated publishing works in kuskus |
Every merge to master that touches an extension's directory triggers its publish workflow:
| Extension | Workflow | Trigger path |
|---|---|---|
| Kusto Language Server | kusto-language-server-publish.yml | kusto-language-server/** |
| Kusto Syntax Highlighting | kusto-syntax-highlighting-publish.yml | kusto-syntax-highlighting/** |
| Kusto Color Themes | kusto-color-themes-publish.yml | kusto-color-themes/** |
| Kuskus Extensions Pack | kusto-extensions-pack-publish.yml | kusto-extensions-pack/** |
Pipeline: checkout → (npm ci for LS/syntax-highlighting) → bump version (phips28) → publish (HaaLeo) → push bump commit (pull-rebase-then-push, retries 5x)
Version bump commit message: 'CI: version bump [skip ci]'
| Secret | Used by |
|---|---|
VS_MARKETPLACE_TOKEN | HaaLeo/publish-vscode-extension |
TOKEN_GITHUB | phips28/gh-action-bump-version (needs push to master) |
Check the Actions tab: gh run list --workflow kusto-language-server-publish.yml --repo rosshamish/kuskus
Do not attempt to fix by running vsce publish manually.