Skip to content

Commit

Permalink
📝 Update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
frinyvonnick authored Sep 17, 2018
1 parent 141d160 commit 02cec25
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,20 @@ gitmoji-changelog
**Core:**
- [x] Transform raw commits in json structure
- [x] Write changelog file
- [ ] Handle incremental writing of changelog files
- [ ] Generate changelog for the next release
- [ ] Add templating system for changelog in markdown (#7)
- [x] Generate changelog for the next release
- [x] Add templating system for changelog in markdown (#7)
- [ ] Sort commits by emojis type and date (order defined in mapping file)
- [ ] Add tag's date on version

**Templating:**
- [ ] Group commits by changelog types (#2)
- [x] Group commits by changelog types (#2)
- [ ] Improve markdown template: use emojis in changelog type headings
- [ ] Improve markdown template: keep tags hierarchy (semver)
- [ ] Support Github commit links

### Coming next

- [ ] Handle incremental writing of changelog files
- [ ] Generate changelog between two tags
- [ ] CLI options (output file, from, to)
- [ ] Add a middleware system to custom commits organization (#6)
Expand Down

0 comments on commit 02cec25

Please sign in to comment.