Change log¶
Unreleased¶
- New support
templatekit.yaml
files. These files, which get added alongsidecookiecutter.json
files, refine the presentation of templates in Slack user interactions. For example, templates have nice names (name
field) and can be grouped in selection menus (group_name
field). Thedialog_fields
field provides configuration for fields in the Slack dialogs where a user configures their new file or project. - Cerberus is a new dependency of Templatekit.
templatekit.yaml
files are validated against a Cerberus schema.
0.1.1 (2019-01-07)¶
- Fix typo in PyPI classifiers that prevented deployment to PyPI.
- Fix setup.py so that setuptools_scm is activated.
0.1.0 (2019-01-07)¶
- Extracted Templatekit from https://github.com/lsst/templates. By splitting the Templatekit application from the templates repository, we can version Templatekit and release it through PyPI.
- Versioning with setuptools_scm.
- Sphinx documentation site.
(DM-16940)