Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 19:16
· 159 commits to main since this release

v0.7.0 - 2022-08-14

Bug Fixes

  • error message reversed when adding a coauthor

Build

  • improve release notes content

Code Refactoring

  • remove commented code
  • extract the map of shims to it's own file
  • standardize feature specs

Docs

  • improve warning message around commit.template

Features

  • --override-author overrides git author for current and future commands
  • edit-coauthor lets you edit an existing coauthor
  • delete-coauthor removes an existing coauthor by initials
  • add-coauthor adds a new coauthor to ~/.git-coauthors
  • print added co-authors to the terminal

Pull Requests

  • Merge pull request #58 from davidalpert/improve-release-notes
  • Merge pull request #57 from davidalpert/7-feature-overwrite-the-main-author
  • Merge pull request #56 from davidalpert/10-feature-edit-co-author
  • Merge pull request #55 from davidalpert/9-feature-delete-co-author
  • Merge pull request #54 from davidalpert/GH-8-add-co-author
  • Merge pull request #53 from davidalpert/GH-47