catppuccin / latex

✨ Soothing pastel theme for LaTeX
https://www.ctan.org/pkg/catppuccinpalette
MIT License
40 stars 2 forks source link

ci: add tag-based release workflow #12

Closed sgoudham closed 1 month ago

sgoudham commented 1 month ago

Originally, I wanted to use release-please here but after seeing that the changelog is updated manually, I've opted for a more basic git tag based workflow where a release can be cut from just running the commands: git tag -a vX.X.X -m 'vX.X.X' && git push origin vX.X.X