원클릭으로
new-changelog
Create a changelog entry for the kuberise.io website from RELEASE_NOTES.md
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a changelog entry for the kuberise.io website from RELEASE_NOTES.md
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guide through creating a new kuberise.io release with release notes, changelog, version badge, GitHub release, and LinkedIn post
Walk through adding a new external Helm component to the kuberise platform
Scaffold a new local Helm chart and register it in the app-of-apps
Check for newer versions of external Helm charts referenced in the platform
Test kr CLI changes on a local k3d cluster
Scaffold a new blog post for the kuberise.io website
| name | new-changelog |
| description | Create a changelog entry for the kuberise.io website from RELEASE_NOTES.md |
Create a new changelog entry in the website repo based on the release notes.
Read RELEASE_NOTES.md and identify the version to create a changelog for. If the user doesn't specify, use the latest non-DRAFT version. If a DRAFT version exists, ask if they want to use it.
Check existing changelog entries in ../https.kuberise.io/content/4.changelog/ to find the next sequential number. Current pattern: {N}.{major}-{minor}-{patch}.md.
Create ../https.kuberise.io/content/4.changelog/{N}.{major}-{minor}-{patch}.md.
Frontmatter format (all fields required by the versions collection schema):
---
title: "{X.Y.Z} - {Short Title from RELEASE_NOTES}"
description: "{One-sentence summary from the release notes}"
date: "{YYYY-MM-DD}"
image: {unsplash image URL}
---
For the image, use a relevant Unsplash URL with auto=format&fit=crop&w=800&q=80 parameters. Choose images related to the release theme (e.g., CLI tools, deployment, configuration).
Convert the RELEASE_NOTES.md content to website-friendly Markdown:
**Added:**, **Changed:**, **Removed:** etc. as bold text (not heading level)Also update the version field in ../https.kuberise.io/app/app.config.ts to the new version number.
app.config.ts version is updated