package
0.0.0-20241210150848-334a2f0234d6
Repository: https://github.com/grafana/grafana-github-actions-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ExtractContentForVersion parses the provided fileContent for the content of a specific version and returns it if present.
No description provided by the author
NewParser generates a new Parser instance.
NewRenderer returns a renderer that produces Markdown as used by Discourse and the changelog.
PreparePRTitle converts the title of the pull-request into a format that will then be used for rendering it.
UpdateFile receives the original changelog data via the `in` parameter and writes it back to the `out` parameter with the `body` behing inserted.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Entry
No description provided by the author
No description provided by the author
Loader can be used to retrieve an existing changelog from a GitHub repository structed similar to grafana/grafana.
No description provided by the author
No description provided by the author
Parser provides functionality to parse the entries of a single version-changelog into a collection of sections.
No description provided by the author

# Interfaces

Renderer converts a changelog into a string that can then be posted e.g.