https://github.com/ds-wizard/wizard-changelog
https://github.com/ds-wizard/wizard-changelog
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ds-wizard/wizard-changelog
- Owner: ds-wizard
- License: apache-2.0
- Created: 2023-08-16T09:28:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T13:57:39.000Z (about 1 year ago)
- Last Synced: 2025-06-04T01:03:27.469Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.rst
- License: LICENSE
Awesome Lists containing this project
README
# Wizard Changelog
[](https://guide.ds-wizard.org)
[](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
```bash
$ 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):
```bash
$ python scripts/version.py ()
```
For example:
```bash
$ 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](LICENSE) file for more details.