Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Text in commit dot

Compare
Choose a tag to compare
@nicoespeon nicoespeon released this 09 Jul 13:27
· 898 commits to master since this release

Add the ability to put some text in the commit dot:

image

branch.commit({
  message: "Do something awesome",
  commitDotText: "A1"
});

See #196.

Thx @carlorivera 🎉