generate_changelog.commits.create_version_context

create_version_context#

generate_changelog.commits.create_version_context(config, tag)[source]#

Generate a VersionContext from a tag dictionary.

Parameters:
  • config (Configuration) – The current configuration object.

  • tag (GitTag) – A GitTag used as the basis for a VersionContext

Return type:

VersionContext

Returns:

The finished version context.