Releases: nickderobertis/pypi-sphinx-quickstart
Releases · nickderobertis/pypi-sphinx-quickstart
v0.2.11
Changes
- Get more debugging info for TODO in PR @nickderobertis (#95)
🧰 Maintenance
- Try minimal TODO config after trying to auto-set for PR, and set GITHUB_REF for release drafter automerge @nickderobertis (#98)
- DIFF_URL -> INPUT_DIFF_URL in todo fork @nickderobertis (#96)
- Removed optional chaining in forked todo-action inputs @nickderobertis (#94)
- Test change that might make TODO on PR work @nickderobertis (#93)
- Debugging to try and get PR TODOs working @nickderobertis (#92)
- Try to get TODO issues working for PRs @nickderobertis (#91)
- Test that deploy is working correctly on merge PR @nickderobertis (#90)
v0.2.2
Changes
- No changes
v0.2.1
Changes
🚀 Features
- Another attempt to get release-drafter and automerge working @nickderobertis (#87)
- Test release drafter auto-publish workflow @nickderobertis (#86)
v0.1.19
Changes
- Update template from Cookiecutter using Cruft @nickderobertis (#66)
- Add matplotlib as an optional dependency @nickderobertis (#41)
- Check to see if there is a hidden merged PR type @nickderobertis (#34)
- Optional auto PyPI description based of README.md @nickderobertis (#33)
- Switch to forked automerge with trace logging on @nickderobertis (#32)
- Remove status from automerge workflow triggers and add debug info @nickderobertis (#31)
- Fix conditions for when merge workflow should exit @nickderobertis (#30)
- Add test workflow for PR closed @nickderobertis (#28)
- Run main workflow on pull request merge in addition to push @nickderobertis (#27)
- Auto-generate binder requirements.txt and add setting to set manually @nickderobertis (#26)
- Add auto sitemap integration @nickderobertis (#25)
- Try removing continue on error to get automerge stopped for non-maintainers @nickderobertis (#23)
- Try another syntax for making is_maintainer step fail @nickderobertis (#22)
- Attempt to get non-maintainer no automerge: Add bash check for whether is_maintainer python script was successful, to hopefully get step to report error @nickderobertis (#21)
- Add testing change to maintainers to check that PR will not be automatically merged @nickderobertis (#20)
- Switch to forked version of auto merge for debugging. Also add update labels @nickderobertis (#19)
- Update pipfile.lock to include copy button package @nickderobertis (#18)
- Don't automerge PRs when they have the label "no auto merge" @nickderobertis (#17)
- Add maintainers setting in conf.py and auto merge PRs from any maintainer @nickderobertis (#15)
- Auto merge PRs by maintainer @nickderobertis (#13)
- Test remove TODOs on feature branch @nickderobertis (#12)
- Test issue branch @nickderobertis (#8)
- Get GitHub actions working @nickderobertis (#5)
🚀 Features
- Get package docstrings included and give control over api docs template @nickderobertis (#61)
- Add workflow for automatically updating template @nickderobertis (#60)
- Dynamically determine package name in workflow @nickderobertis (#58)
- Add config for google analytics id and add to sphinx config for read the docs theme @nickderobertis (#57)
- Update release drafter categories to update label for maintenance and add documentation @nickderobertis (#56)
- Automatically convert Jupyter Notebooks in nbexamples folder to Sphinx Gallery .py examples and include @nickderobertis (#51)
- Add github link to docs @nickderobertis (#50)
- Add release drafter Github Action job @nickderobertis (#44)
- Deploy after auto merge @nickderobertis (#36)
- Dynamically create binder folder if not there so that requirements.txt can be generated @nickderobertis (#35)
🐛 Bug Fixes
- Finish work on opening an issue to update Cookiecutter template if it includes changes to a workflow file @nickderobertis (#70)
- Raise issue if template update workflow tries to update workflow file as Github Actions does not allow it to commit in this case @nickderobertis (#67)
- Fix auto update from cookicutter template @nickderobertis (#65)
- Add content type as markdown when using README.md as PyPI description @nickderobertis (#54)
- Add sudo to apt install of pandoc @nickderobertis (#53)
- Switch from installing pandoc via python to via apt @nickderobertis (#52)
- Actually use README.md as PyPI description (was not hooked up) @nickderobertis (#47)
- Update name of input for TODO commit branch @nickderobertis (#46)
- Use forked version of todo-actions where commit branch can be specified, set it to master @nickderobertis (#45)
- Automerge collect TODO checks out master instead of requiring master @nickderobertis (#43)
- Add collectTodo job to automerge workflow so it will also run after auto merges @nickderobertis (#42)
- Continue on error for upload docs to avoid race condition in uploading docs preventing PyPI push @nickderobertis (#40)
- Actually apply config to correct step for automerge deploy checkout @nickderobertis (#39)
- Try specifying full ref name to avoid checkout issue @nickderobertis (#38)
- Specify repository to avoid checkout issue @nickderobertis (#37)
📖 Documentation
- Update README for Google Analytics @nickderobertis (#59)
- Restructuring of README and add info about auto release drafts, auto pr merge, sphinx gallery @nickderobertis (#55)