Semantic-Release-Notes icon indicating copy to clipboard operation
Semantic-Release-Notes copied to clipboard

Retrieving typed Release Note information from a Markdown based syntax

Results 9 Semantic-Release-Notes issues
Sort by recently updated
recently updated
newest added

Proposal for the support of metadata and specifically commits (Fix #14). All metadata can be preceded by its name (case insensitive) followed by a colon, but each supported metadata have...

As the title says, I think there should be a way to tag a release with an (optional) release-date.

I would like to have under the issues list something like this: `Commits: b0ef2eb...62e4c21` or `Commits: [b0ef2eb...62e4c21](diffurl)`

I made a [tool](https://github.com/laedit/SemanticReleaseNotesParser) which can parse and format a semantic release notes and I wanted to verify if it respect the spec. I have made some unit test with...

The SemanticReleaseNotes F# project exposes a Parser.Parse(input) method that returns a partially-populated .NET object containing the parsed release notes. Similarly, a Parser.ParseAST(input) method returns an F# Discriminated Union AST of...

Seems to me like release notes in general benefit greatly from hypermedia support. Technically, the current proposal for SRN supports hypermedia via markdown's built in inline link syntax: ``` This...

As I start using this across some projects I find myself creating a `HISTORY.md` file at the root to represent the rolling history (so it looks more like a Markdown...

enhancement

priority - Noun: - A thing that is regarded as more important than another. - The fact or condition of being regarded or treated as more important. I don't like...