📝 docs: update release changelog skills#13899
Conversation
There was a problem hiding this comment.
Sorry @canisminor1990, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
b0a81e3 to
09dcaff
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 09dcaffdc8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| --- | ||
|
|
||
| @AmAzing129 @Coooolfan @Innei @ONLY-yours @Zhouguanyang @arvinxx @eaten-cake @hezhijie0327 @nekomeowww @rdmclin2 @rivertwilight @sxjeru @tjx666 | ||
| **Full Changelog**: v2026.04.13...v2026.04.20 |
There was a problem hiding this comment.
Use semver tags in weekly changelog compare range
The example ends with v2026.04.13...v2026.04.20, which conflicts with the repository’s actual release tagging scheme (v$VERSION from package.json) in .github/workflows/auto-tag-release.yml (see Resolve patch version and Create Tag). If this sample is copied into real release notes, the compare range will not match real tags and the generated “Full Changelog” link/metrics context will be wrong. Please keep the example consistent with semver tags (or use explicit <previous_tag>...<current_tag> placeholders).
Useful? React with 👍 / 👎.
Restore canary versions of skill docs that were overwritten during main-to-canary sync, keeping #13899 improvements intact.
* 🔖 chore(release): release version v2.1.50 [skip ci] * 📝 docs: Update changelog docs and release skills (#13897) * 🔨 chore: update .vscode/settings.json (#13894) * 🐛 fix(builtin-tool-local-system): honor glob scope in local system tool (#13875) Made-with: Cursor * 📝 docs: Update changelog docs and release skills (#13897) - Update changelog documentation format across all historical changelog files - Merge release-changelog-style skill into version-release skill - Update changelog examples with improved formatting and structure Made-with: Cursor --------- Co-authored-by: YuTengjing <ytj2713151713@gmail.com> Co-authored-by: Innei <i@innei.in> * 🐛 fix: resolve merge conflicts in sync main to canary Restore canary versions of skill docs that were overwritten during main-to-canary sync, keeping #13899 improvements intact. --------- Co-authored-by: CanisMinor <i@canisminor.cc> Co-authored-by: YuTengjing <ytj2713151713@gmail.com> Co-authored-by: Innei <i@innei.in> Co-authored-by: Innei <tukon479@gmail.com>
docs: add release changelog skills
💻 Change Type
🔗 Related Issue
🔀 Description of Change
🧪 How to Test
📸 Screenshots / Videos
📝 Additional Information