Closed anarcat closed 6 years ago
Semantic version doesn't apply to extensions. The browser download the latest version, that's it. Every version is automatically deployed. The last commit of this project was 6 months ago so I don't see the problem.
Some browser extensions get packaged in Linux distributions. For example, popular extensions like uBlock are in Debian:
https://tracker.debian.org/pkg/ublock-origin
I was hoping to see similiar tags issued here so we could package GhostText in Debian. Not having tags will make it harder to create packages: we don't want to have to create a new package every time the smallest commit is pushed...
If you can figure out how to set up Travis to create a nightly release (if there are any changes) then no problem, I'll accept a PR.
In Refined GitHub we set up a daily cron-job + a condition that checks if any commits were created in the last day:
Either way the version wouldn't be "semantic"
It would be great if the GhostText project would tag releases in the git repository, preferably following the semantic versioning standard. This would make it easier for downstream distributions to follow your work and package the extension for our users.