U
updating-changelog
Updates changelog documentation for contract developers and node operators by analyzing branch changes relative to 'next'. Use when preparing a PR, updating migration notes, documenting breaking changes, or when asked to update changelog/release notes.
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Updates changelog documentation for contract developers and node operators by analyzing branch changes relative to 'next'. Use when preparing a PR, updating migration notes, documenting breaking changes, or when asked to update changelog/release notes.
How to use
- Zainstaluj umiejętność w swoim środowisku Claude, wskazując repozytorium AztecProtocol.
- Przeczytaj plik
.release-please-manifest.json, aby ustalić numer wersji (np. 4.0.0 → edytujesz v4.md). - Uruchom
git diff next...HEAD --statdla przeglądu zmian, a następniegit diff next...HEADdla szczegółów. - Skategoryzuj zmiany na: zmiany łamiące API, nowe funkcje, deprecacje oraz zmiany konfiguracji (flagi CLI, zmienne środowiskowe).
- Wygeneruj szkic wpisów dokumentacji, dopasowując format do istniejących wpisów w plikach docelowych (migration_notes.md dla deweloperów lub changelog/v{major}.md dla operatorów).
- Prześlij szkic do zatwierdzenia przed edycją plików, a następnie dodaj zatwierdzone wpisy do odpowiednich sekcji dokumentacji.