Changelog for Data Stewardship Wizard
- Python (recommended 3.11)
- Makefile (recommended 3.81)
For building the changelog, please run the following from the root of the project
$ make build
There is a helper script to create a new version template in the file (the component is optional, used for hotfixes):
$ python scripts/version.py <version> (<component>)
For example:
$ python scripts/version.py 3.27
$ python scripts/version.py 3.27.1 backend
This project is licensed under the Apache License v2.0 - see the LICENSE file for more details.