All notable changes to the "cookie-github" will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Adds fixes to cpp templates.
- Action for auto releases in pushes to master. Release tag is set to 'latest' automatically.
- Action for tagged releases in tag pushes.
- Action for running unit tests inside the repo.
- Template action for python's tagged release.
- Template action for python's auto release.
- Updated project description and files.
- Template action for generic's tagged release.
- Template action for generic's auto release.
- Template action for cpp's tagged release.
- Template action for cpp's auto release.
- Auto-releases and tagged releases now will pick body from this file.
- Upgrade project documentation.
- Interface and variable selection.
- Simplified config. process with less options.
- Fixes along the actions, both templated and the ones for this very repository.
- Improved post gen. hooks, now tells to look for the checklist associated with each action.
- Improved existing documentation to reflect changes and better explain functionality.
- Minor errors in C++ CI UT template.
- Cookiecutter action for CI Unit testing in python (Poetry, pytest based).
- Improved post gen. hooks, now tells to look for the checklist.
- Improved existing documentation to reflect changes.
- Minor errors in C++ CI UT template.
- Cookiecutter templates for .github folder.
- Cookiecutter action for CI Unit testing in C++ (CMake, Catch2 based).
- Basic Documentation.