award28 / changelogger

Automated management for your CHANGELOG.md and other versioned files, following the principles of Keep a Changelog and Semantic Versioning.
3 stars 0 forks source link

Create `yank` command #73

Open award28 opened 1 year ago

award28 commented 1 year ago

Background

Sometimes, bad versioned are released. In this case, we need a way to communicate with users that a specific version is no longer suitable for use. This is done with the [YANKED] tag.

The [YANKED] tag is loud for a reason. It's important for people to notice it. Since it's surrounded by brackets it's also easier to parse programmatically.

Scope of Work

Acceptance Criteria