[console_scripts]
easy-release-automation = easy_release_automation.easy_release_automation:main

[repository.modification]
cfg_file_updater = easy_release_automation.plugins.modification.configuration_files.raw_cfg_file_updater:RAWCfgUpdaterPlugin
changelog_unreleased_setter = easy_release_automation.plugins.modification.changelog.changelog_unreleased_setter:ChangelogUnreleasedSetterPlugin
changelog_version_updater = easy_release_automation.plugins.modification.changelog.changelog_version_updater:ChangelogVersionUpdaterPlugin
modify_via_shell = easy_release_automation.plugins.modification.shell_modifier:ShellModificationPlugin
regex_replacer = easy_release_automation.plugins.modification.regex_replacer:RegexReplacerPlugin
update_and_compile_requirements = easy_release_automation.plugins.modification.python_requirements.requirements_updater_and_compiler:RequirementsUpdaterAndCompilerPlugin
update_requirements = easy_release_automation.plugins.modification.python_requirements.requirements_updater:RequirementsUpdaterPlugin
yaml_file_updater = easy_release_automation.plugins.modification.configuration_files.yaml_file_updater:YamlUpdaterPlugin
yaml_file_updater_v2 = easy_release_automation.plugins.modification.configuration_files.yaml_file_updater_v2:YamlUpdateV2Plugin

[repository.validation]
validate_via_shell = easy_release_automation.plugins.validation.shell_validator:ShellValidationPlugin
