Compare commits

...

2 commits

Author SHA1 Message Date
Dorian Zedler 003955d69f Update .gitlab-ci.yml 2021-10-06 13:37:33 +00:00
Dorian Zedler e502acdfdc Update readme.md 2021-08-07 09:53:27 +00:00
2 changed files with 37 additions and 33 deletions

View file

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

View file

@ -28,3 +28,9 @@ A full API Documentation is available [here](https://pages.itsblue.de/fenoglio/c
## Feedback/Questions
* 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