docs: add Changelog update to post-merge maintenance steps [skip ci]

This commit is contained in:
sck_0
2026-01-25 20:23:32 +01:00
parent 441189cd90
commit c0348ca1b5

View File

@@ -25,20 +25,23 @@ Before ANY commit that adds/modifies skills, run the chain:
```bash ```bash
python3 scripts/generate_index.py python3 scripts/generate_index.py
``` ```
_Updates `skills_index.json` which drives the registry._
### B. Contributors Sync ### B. Post-Merge Routine (Must Do)
We honor every contributor. Keep the list in `README.md` in sync with git history. After multiple PR merges or significant changes:
1. **Check actual contributors**: 1. **Sync Contributors List**:
```bash - Run: `git shortlog -sn --all`
git shortlog -sn --all - Update `## Repo Contributors` in README.md.
```
2. **Update `README.md`**: 2. **Verify Table of Contents**:
- Look for `## Repo Contributors` section. - Ensure all new headers have clean anchors.
- Add missing names alphabetically. - **NO EMOJIS** in H2 headers.
- Format: `- [Name](https://github.com/Username)`
3. **Draft a Release**:
- Go to [Releases Page](https://github.com/sickn33/antigravity-awesome-skills/releases).
- Draft a new release for the merged changes.
- Tag version (e.g., `v3.1.0`).
--- ---