Update Changelog
Workflow
Copy this checklist and track progress:
Task Progress:
- [ ] Ensure you are on the master branch
- [ ] Draft CHANGELOG.md entry and wait for confirmation
- [ ] Commit with message: 📝 Update CHANGELOG.md
- [ ] Push the repo
Draft the entry
- Ensure you are on the
masterbranch. - Update
CHANGELOG.mdwith a new entry:- Use today's date.
- For the entry description, use the git commit subjects since the latest version increment.
- Exclude commits that are just linting code.
- Exclude commits whose subjects start with
:lipstick:or💄. - Increment the MINOR number.
- Thank the original author by their GitHub username (link to their GitHub profile), not their first name.
- Use existing entries as examples.
- Wait for confirmation before committing or pushing.
- Commit the change with the message
📝 Update CHANGELOG.md. - Push the repo.