gjtorikian / mathematical

Convert mathematical equations to SVGs, PNGs, or MathML. A general wrapper to Lasem and mtex2MML.
https://gjtorikian.github.io/mathematical/
MIT License
166 stars 31 forks source link

Update automations #109

Closed gjtorikian closed 1 year ago

gjtorikian commented 1 year ago

This just modernizes the GitHub Actions to match workflows that have worked well in my other projects.

@4e554c4c The only really relevant thing for you to know is _.github/workflows/tag_andrelease.yml. When the version number in lib/mathematical/version.rb changes on main, this action will:

The idea being that all the work gets done across multiple PRs, and then when you're ready to release the gem, just change the version number and merge the PR. The computer does the rest.

gjtorikian commented 1 year ago

The tests are apparently failing but...it's your project now. 😅