Jérémie Bertrand
Jérémie Bertrand
Absolutely, right now my tool is a simple port of your JS parser :smiley: I plan to use [Sprache](https://github.com/sprache/Sprache) later. Right now my tool support a custom liquid template which...
If that's ok with you I want to propose a couple of PRs for this issue: - one with a new page "tools" which list all semantic release notes tools...
:+1: for this, the commit hashes could be recognize as footer.
Great idea! I don't think of any other metadatas right now but supporting this allow us to add some later.
Something like this? ``` raw Source: [myApp-source.v0.1.0.zip](https://github.com/laedit/myApp/release/latest/source.zip) Compiled: [myApp.v0.1.0.zip](https://github.com/laedit/myApp/release/latest/myApp.zip) ```
Additional thought, it can be handy to include the checksum of the files: ``` Source: [myApp-source.v0.1.0.zip](https://github.com/laedit/myApp/release/latest/source.zip) / checksum (md5): 99c3a849f6e9a0d143f057433c7f4d84 Compiled: [myApp.v0.1.0.zip](https://github.com/laedit/myApp/release/latest/myApp.zip) / checksum (sha-1): bf35fa420d3e0f669e27b337062bf19f510480d4 ``` What do you...
Yes, checksum is optional. The keys are defined in order to distinguish the metadata from the summary, but I don't know if it's worth it to check the value/structure. I...
Something like this? ``` Contributors: Jake Ginnivan, Jérémie Bertrand ```
Yeah, I think this one should not have to be checked on the value side.
All right, another good thought. I'll update #19 when I'll have the time.