Rebuild the changelog management process

This commit is contained in:
James P. Howard, II
2021-09-21 20:59:48 -04:00
parent 30fdd46d93
commit fb5d222915
4 changed files with 16 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
# Changelog
## [0.3.0] - 2021-09-20
Initial release.

9
docs/changelog.rst Normal file
View File

@@ -0,0 +1,9 @@
Changelog
=========
- :bug:`0` Retagged previous versions using pure Semantic Versioning
- :feature:`0` Documentation for kami::RandomScheduler
- :feature:`0` Added a changelog!
- :release:`0.3.0 <2021.09.20>`
- :feature:`0` Initial public release.

View File

@@ -43,7 +43,11 @@ extensions = [
'sphinx.ext.githubpages',
'breathe',
'exhale',
'myst_parser']
'myst_parser',
'releases']
# 'releases' (changelog) settings
releases_github_path = "JHUAPL/kami"
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View File

@@ -4,3 +4,5 @@ exhale
documenteer
myst-parser
sphinx_bootstrap_theme
sphinx_rtd_theme
git+https://github.com/bitprophet/releases/#egg=releases