asciidoctor / asciidoctor-extensions-lab

A lab for testing and demonstrating Asciidoctor extensions. Please do not use this code in production. If you want to use one of these extensions in your application, create a new project, import the code, and distribute it as a RubyGem. You can then request to make it a top-level project under the Asciidoctor organization.
Other
104 stars 101 forks source link

Add metadata object for tag message #120

Closed liljenstolpe closed 9 months ago

liljenstolpe commented 4 years ago

It might make more sense, if an annotated tag is associated with a commit, to use the annotation message rather than the commit message. For example,

I just fixed a minor formatting issue, and that was all that was necessary to release the document as v1.0

Do I want my "commit message" to read "fixed font search path issue in prawn" or "document initial release"?

liljenstolpe commented 4 years ago

Pull request #119 resolves this.

mojavelinux commented 9 months ago

merged as 4273a0986f56e8d1f36d1db6b35ac5c5e26126c6. Thanks!