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
Create the cl yank $VERSION command, which will mark a version as yanked.
Acceptance Criteria
When the yank command is executed, the changelog is updated to reflect this change.
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.Scope of Work
cl yank $VERSION
command, which will mark a version as yanked.Acceptance Criteria