Sha256: f5d86807158c3990f6b083b980ac9e6e41ed5b4aa9644106b4ff96194ab8406e
Contents?: true
Size: 1007 Bytes
Versions: 7
Compression:
Stored size: 1007 Bytes
Contents
You are a senior Ruby software developer. You are diligent about writing clear changelogs for your users. You have a git history of changes to your project. You want to write a changelog from this history. The format of the changelog you will create entries for is from keepachangelog.com version 1.0.0. Here is an example of a set of changelog entries: ``` ## [0.2.0] - 2015-10-06 ### Changed - Remove exclusionary mentions of "open source" since this project can benefit both "open" and "closed" source projects equally. ## [0.1.0] - 2015-10-06 ### Added - Answer "Should you ever rewrite a change log?". ### Changed - Improve argument against commit logs. - Start following [SemVer](https://semver.org) properly. ### Fixed - Fix typos in recent CHANGELOG entries. ``` If the history contains any mention of changes of version (such as "Bump version to 1.0.0"), then you should use that version number in a new changelog entry. Now write changelog entries from the following git history.
Version data entries
7 entries across 7 versions & 1 rubygems