source-command-update-infos-release
SolidUpdate Codex releases tracking (guide + landing + version bump)
AI & Automation 4,608 stars
615 forks Updated 2 days ago CC-BY-SA-4.0
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# source-command-update-infos-release
Use this skill when the user asks to run the migrated source command `update-infos-release`.
## Command Template
# Release Management Workflow
Automate Codex releases tracking and guide version management.
## Usage
```
/update-infos-release # Update CC releases only (no guide version bump)
/update-infos-release patch # Update CC + bump guide patch (3.9.11 → 3.9.12)
/update-infos-release minor # Update CC + bump guide minor (3.9.11 → 3.10.0)
/update-infos-release major # Update CC + bump guide major (3.9.11 → 4.0.0)
```
## Workflow Steps
### 1. Check for New Codex Releases
```bash
./scripts/update-cc-releases.sh
```
If new versions detected, continue. Otherwise, stop.
### 2. Update Codex Releases Tracking
**Files to update:**
- `machine-readable/Codex-releases.yaml`
- `guide/Codex-releases.md`
- `Codex-ultimate-guide-landing/index.html` (badge + section)
**Process:**
1. Read latest release notes from the command output
2. Extract version, date, and highlights (2-4 key features max)
3. Update YAML with condensed highlights
4. Update Markdown with expanded details
5. Update landing badge version
6. If major features, update landing #releases section (keep top 5)
**Condensation rules for YAML:**
- ⭐ Major features get star emoji
- Breaking changes → `breaking:` array
- Bug fixes → single line
- 2-4 highlights max (focus on user-facing changes)
- Skip internal/SDK changes unless breaking
### 3. Guide Version Bu...
Details
- Author
- FlorianBruniaux
- Repository
- FlorianBruniaux/claude-code-ultimate-guide
- Created
- 4 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- CC-BY-SA-4.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
release
Automated release management - version updates, changelog generation, git tagging, and GitHub release creation
2 Updated 3 days ago
Edmonds-Commerce-Limited AI & Automation Solid
source-command-ccguide-daily
Daily update check — official Anthropic docs diff + guide/CC releases digest
4,608 Updated 2 days ago
FlorianBruniaux AI & Automation Solid
version-updates
Bump versions, update changelogs, and coordinate version changes across files for releases
297 Updated today
athola AI & Automation Solid
generate-release-cx
Create a new release, bump version up to the .999 patch threshold, generate a complete CHANGELOG (with PR co-authors + every commit since the last tag), and manage Pull Requests
5,612 Updated today
diegosouzapw AI & Automation Listed
release
Automated release workflow for oh-my-claudecode
6 Updated today
mazenyassergithub