Repository for Latex-based documentation.
Once the latex is written and you want to compile and release it, a tag needs
to be created with the format vx.x.x.
# Example tagging
git tag -a v1.0.0 -m "Release version 1.0.0" # Marks the latest commit with the tag
git push --tagsAdditionally if a new folder was added, its necessary to add it to files.yaml:
# Example
proposal:
name: proposal
description: Build the proposal document using LaTeX
entrypoint: ./proposalOn this push, the build-release pipeline will start running and contents will
be found at https://github.com/FeedTheRealm-org/Documents/releases/tag/v1.0.0.