Skip to content

Commit 720bce3

Browse files
committed
chore: update changelog references to Keep a Changelog 1.1.0
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 2030eef commit 720bce3

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.agents/skills/changelog-generator/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: changelog-generator
3-
description: Generate or refresh human-readable CHANGELOG.md files that follow Keep a Changelog by comparing git tags and code diffs instead of commit messages. Use when Codex needs to bootstrap a changelog for a repository, backfill undocumented tagged releases, update release entries, or rewrite the Unreleased section for current branch work using the phly/keep-a-changelog commands available in the project.
3+
description: Generate or refresh human-readable CHANGELOG.md files that follow Keep a Changelog by comparing git tags and code diffs instead of commit messages. Use when an agent needs to bootstrap a changelog for a repository, backfill undocumented tagged releases, update release entries, or rewrite the Unreleased section for current branch work using the phly/keep-a-changelog commands available in the project.
44
---
55

66
# Changelog Generator
@@ -55,7 +55,7 @@ php .agents/skills/changelog-generator/scripts/diff-inventory.php <from-ref> <to
5555
- Mention the concrete command, class, option, workflow, or API when that improves comprehension.
5656
- When a matching PR exists, append it to the line in the format `(#123)` after the diff already supports the entry.
5757
- Avoid vague phrases such as `misc improvements`, `refactorings`, or `code cleanup`.
58-
- Keep the file structure compliant with Keep a Changelog 1.0.0: bracketed version headings, the official intro paragraph, and footer references for `Unreleased` and each version.
58+
- Keep the file structure compliant with Keep a Changelog 1.1.0: bracketed version headings, the official intro paragraph, and footer references for `Unreleased` and each version.
5959
- Omit empty sections instead of inserting placeholder entries such as `Nothing.`.
6060

6161
5. Apply changes with project tooling.

.agents/skills/changelog-generator/references/keep-a-changelog-format.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Keep a Changelog 1.0.0 Format
1+
# Keep a Changelog 1.1.0 Format
22

3-
Use the official Keep a Changelog 1.0.0 structure as the default target format:
3+
Use the official Keep a Changelog 1.1.0 structure as the default target format:
44

5-
- Official guidance: `https://keepachangelog.com/en/1.0.0/`
6-
- Official example: `https://keepachangelog.com/en/1.0.0/#how-do-i-make-a-good-changelog`
5+
- Official guidance: `https://keepachangelog.com/en/1.1.0/`
6+
- Official example: `https://keepachangelog.com/en/1.1.0/#how`
77

88
## Required introduction
99

@@ -14,7 +14,7 @@ Mirror the official introduction exactly unless the repository already has an ap
1414

1515
All notable changes to this project will be documented in this file.
1616

17-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
17+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1818
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1919
```
2020

@@ -42,7 +42,7 @@ Versions and `Unreleased` SHOULD be linkable through footer references in the of
4242
[unreleased]: https://github.com/<owner>/<repo>/compare/v1.4.0...HEAD
4343
[1.4.0]: https://github.com/<owner>/<repo>/compare/v1.3.0...v1.4.0
4444
[1.3.0]: https://github.com/<owner>/<repo>/compare/v1.2.0...v1.3.0
45-
[1.2.0]: https://github.com/<owner>/<repo>/releases/tag/v1.2.0
45+
[1.0.0]: https://github.com/<owner>/<repo>/releases/tag/v1.0.0
4646
```
4747

4848
Rules:

.agents/skills/changelog-generator/references/official-example-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Official Example Template
22

3-
This is a repository-adapted template that mirrors the official Keep a Changelog 1.0.0 example structure.
3+
This is a repository-adapted template that mirrors the official Keep a Changelog 1.1.0 example structure.
44

55
Source of truth:
66

7-
- `https://keepachangelog.com/en/1.0.0/`
7+
- `https://keepachangelog.com/en/1.1.0/`
88

99
Use this shape when drafting or rewriting `CHANGELOG.md`:
1010

@@ -13,7 +13,7 @@ Use this shape when drafting or rewriting `CHANGELOG.md`:
1313

1414
All notable changes to this project will be documented in this file.
1515

16-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
16+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1717
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1818

1919
## [Unreleased]

0 commit comments

Comments
 (0)