mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.6k stars 386 forks source link

Add Changelog to RTD docs #1139

Closed mahendrapaipuri closed 11 months ago

mahendrapaipuri commented 11 months ago

Changelog will be added in #1134 . Add it to RTD

mwouts commented 11 months ago

The automated changelog looks interesting, but we do have already a changelog on RTD, cf. https://github.com/mwouts/jupytext/blob/main/docs/CHANGELOG.md .

mahendrapaipuri commented 11 months ago

@mwouts Didnt notice there is a changelog in docs. Cheers. Are you doing it manually? If we decide to use jupyter-releaser, we can get it automatically at every version bump. If you are ok with current workflow and prefer to close it, feel free.

mwouts commented 11 months ago

Yes, I am fine with the current workflow, but as suggested I will move the CHANGELOG at the root of the repo and include it in the docs. Thanks for the pointer to jupyter-releaser btw.