Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 889 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 889 Bytes

Wizard Changelog

User Guide License

Changelog for Data Stewardship Wizard

Requirements

  • Python (recommended 3.11)
  • Makefile (recommended 3.81)

Run

For building the changelog, please run the following from the root of the project

$ make build

Add new version

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

License

This project is licensed under the Apache License v2.0 - see the LICENSE file for more details.