-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Marc-Olivier Arsenault edited this page Aug 30, 2024
·
9 revisions
Welcome to the DEV DOC for moonraker-home-assistant wiki!
This is mostly documentation for us as dev. For any user documentation, please refer to https://moonraker-home-assistant.readthedocs.io/en/latest/index.html
- Open branch and set the new version
- upgrade using
bumpversion
by using:bumpversion patch
,bumpversion minor
orbumpversion major
- Push for PR
- Once Merged, open a GitHub Release
- Make Github create a new tag (based on new Version number)
- Title the release with same version number
- Add release notes
- In VS code
- Start web server (Launch
live preview: Start Server
) You only need to do this once (every time you start VS code) - Compile doc (
task/Generate Documentation
) Re-run this command every time you modify the docs source code - Click link
http://127.0.0.1:3000/docs/_build/index.html
in the terminal
If you get this error [module 'urllib3.util' has no attribute 'PROTOCOL_TLS'](https://github.com/home-assistant/core/issues/95192#top)
simply manually update the urllib3 package pip install --upgrade urllib3