edmondchuc / flask-htmx

A Flask extension to work with HTMX.
http://flask-htmx.readthedocs.io
MIT License
132 stars 15 forks source link

Make releases include human-readable version tags and semver-compliant version tag. #13

Closed edmondchuc closed 2 years ago

edmondchuc commented 2 years ago

Currently, releases are tagged with a human-readable version tag, i.e., it is prefixed with a v as recommended by GitHub. Example, v0.1.3.

This is problematic for ReadTheDocs since they only version the documentation when they see semver-compliant tags and prefixing a v before the version is not valid semver.

edmondchuc commented 2 years ago

Tags in this repository must comply to semver. Release notes can still use v as prefix.