nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
16 stars 5 forks source link

invoke towncrier #85

Open itdependsnetworks opened 9 months ago

itdependsnetworks commented 9 months ago

Environment

Proposed Functionality

Create an invoke towncrier command, that makes a call to the respective github project and guesses the next towncrier number as well as created the file for you, e.g. 1234.xxxx or 1234.fixed if you sent the --fixed command.

Use Case

Make it easier to determine the towncrier number and ideally save on github actions running.

glennmatthews commented 9 months ago

So this would be to try and "predict" the next PR number for cases where there isn't an open issue already?

itdependsnetworks commented 9 months ago

Yes.