Closed ChJones-IDM closed 3 years ago
For clarity, when this is structured the right way, we should expect a file layout in this repo like so:
/hooks /{{ cookiecutter.library.name }} /{{ cookiecutter.library.name }}/build-install-package-workflow/lots_of_files /{{ cookiecutter.library.name }}/.github .gitignore README.md cookiecutter.json
Then anyone creating a project from cookiecutter can get the build-test-workflow stuff into their project for free (or the cost of answering a handful of questions when answering the questions that cookiecutter asks of them)
@devclinton is there someone on your team who could spin up a repo to test this once @ChJones-IDM has his stuff in the right place?
See README.md for description of the workflows.
The package doesn't seem to build correctly currently, not sure if that's just a templating thing, I didn't look into it too much.
Also, I'm not sure what the overall scheme with regard to versioning / bump version config is desired, I tried to make the system as flexible as possible but I'm not sure what the exact use case is so I don't know if it's workable or needs changes.