How to use the towncrier.__main function in towncrier

To help you get started, we’ve selected a few towncrier examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github huge-success / sanic / scripts / changelog.py View on Github external
def _main(
        draft,
        directory,
        project_name,
        project_version,
        project_date,
        answer_yes,
    ):
        return towncrier.__main(
            draft,
            directory,
            project_name,
            project_version,
            project_date,
            answer_yes,
        )

towncrier

Building newsfiles for your project.

MIT
Latest version published 1 month ago

Package Health Score

94 / 100
Full package analysis

Similar packages