QuantumToolbox.jl
QuantumToolbox.jl copied to clipboard
Writing Change Log
Our package still got many things to do, but once we are close to a standard release. We can start to think about writing change logs by utilizing Changelog.jl
.
We can follow the same structure in Documenter.jl
.
TODO:
- [ ] Generate
CHANGELOG.md
in root folder - [ ] Write change log generation script in
docs/make.jl
- [ ] Create change log CI to enforce the update of a changelog file on every pull request (see here as an example)