tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.03k stars 1.27k forks source link

Add release workflows #872

Closed RobinMalfait closed 1 year ago

RobinMalfait commented 1 year ago

This PR adds similar release workflows as we have for Tailwind CSS.

When a tag is pushed, a draft release is created with the CHANGELOG.md notes. When a release on GitHub is published, then a new workflow will be triggered and will release Heroicons on npm (with React & Vue versions as well).