-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tagged releases #142
Comments
|
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.
The text was updated successfully, but these errors were encountered: