Compare commits

..

No commits in common. "master" and "v1.0.5" have entirely different histories.

2 changed files with 33 additions and 37 deletions

View file

@ -8,7 +8,9 @@ pages:
script: script:
- cd doxygen/ - cd doxygen/
- apt update && apt install -y git doxygen python3-pip - apt update && apt install -y git doxygen python3-pip
- doxygen - git clone git://github.com/mosra/m.css
- pip3 install jinja2 Pygments
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
- mv ./html ../public - mv ./html ../public
artifacts: artifacts:
paths: paths:

View file

@ -28,9 +28,3 @@ A full API Documentation is available [here](https://pages.itsblue.de/fenoglio/c
## Feedback/Questions ## Feedback/Questions
* Please write your questions/feedback to development@itsblue.de * Please write your questions/feedback to development@itsblue.de
## Create a release
To create a release and publish it to the pio registry, follow these steps:
1. Increase the version number in `CodeRacer_MKII/library.json`
2. Commit and push
3. Create a git tag in the form of `vVERSION`, eg. `v1.0.5`
4. push git tags