Replies: 2 comments
-
Thanks for the suggestion. Will check out git tags. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have added tag for latest release. Will add tags for subsequent releases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do not seem to have a good way to track new releases of this wonderful project.
There exists the technitium archive where i could look for new releases periodically, the blog, where major announcements are made and docker hub, where each released image is tagged.
But i do not have a way to "listen" or be notified on a new release.
One way this can be solved is by creating git tags and/or releases and pushing them to github.
Github allows creating a watcher for Releases on repositories, which also may send mails if one wants.
Github also provides a RSS feed for pushed git tags and/or created releases, so creating a release would fit quite nicely in my current setup.
Providing git tags is also nice, as one could be sure which commits are currently in a release (and which are not).
Beta Was this translation helpful? Give feedback.
All reactions