Skip to content

Commit

Permalink
Add README section on 'yanked' releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlacan committed Dec 13, 2014
1 parent 82d507f commit 0417b6b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
## [Unreleased][head]
- No significant changes.

## [0.0.6][v0.0.6] - 2014-12-12
### Added
- README section on "yanked" releases.

## [0.0.5][v0.0.5] - 2014-08-09
### Added
- Markdown links to version tags on release headings
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,19 @@ or contribute to it, much like [open source project badges](http://shields.io).
When I refer to a "change log", I'm talking about the function of this
file: to log changes.

## What about yanked releases?
Yanked releases are versions that had to be pulled because of a serious
bug or security issue. Often these versions don't even appear in change
logs. They should. This is how you should display them:

```
## 0.0.5 - 2014-12-13 [YANKED]
```

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.

### How can I contribute?
This document is not the **truth**; it’s my carefully considered
opinion, along with information and examples I gathered.
Expand Down

0 comments on commit 0417b6b

Please sign in to comment.