Presentation of usage of a semantic version management on a dev project
you'll need docker :
docker run --rm -p 1948:1948 -p 35729:35729 -v $(pwd)/Presentation:/slides webpronl/reveal-md:latest /slides --watch
or with Makefile:
make presentation
and then go to http://localhost:1948/slides.md#/
any help
make help
Semantic Version presentation
================
Usage:
make <option>
Presentation
presentation Start the presentation web server
presentation-w-notes Start the presentation web server (with notes)
Documentation
export-pdf Export presentation to pdf (used in GH action)
Misc
exec-release Execution of a new release (used in GH action)
clean Clean docker image
help Display this help