Maintain a project changelog following the Keep a Changelog format. This skill covers creating a new changelog, categorizing entries, managing the [Unreleased] section, and promoting entries to versioned sections upon release. Adapts to R convention (NEWS.md) when detected.
If no changelog exists, create one with the standard header:
Expected: Changelog file located or created with proper header and an Unreleased section.
변경 로그 형식 유지에 따라 변경 로그를 유지합니다. 항목 분류(추가, 변경, 더 이상 사용되지 않음, 제거, 수정, 보안), 버전 섹션 관리 및 출시되지 않은 추적을 다룹니다. 변경 로그가 필요한 새 프로젝트를 시작하거나, 기능 또는 수정 사항을 완료한 후 항목을 추가하거나, 출시되지 않은 항목을 버전 섹션으로 승격하여 릴리스를 준비하거나, 자유 형식 변경 로그를 변경 로그 형식 유지로 변환할 때 사용합니다. 출처: pjt222/development-guides.