How would i, or could i even, include git commit messages? Given a repository revision log like this.
- v0.1.0 "new: `#about` section"
- v0.1.1 "fix: css margin collapse"
- v0.1.2 "typo"
I would like to include the version (v0.1.2) and the commit message "typo"
How would i, or could i even, include git commit messages? Given a repository revision log like this.
I would like to include the version (v0.1.2) and the commit message "typo"