sachinchoolur / lightGallery

A customizable, modular, responsive, lightbox gallery plugin.

Home Page:https://www.lightgalleryjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo/Go Modules and Version Tags

writeonlycode opened this issue · comments

Summary

Hugo uses Go Modules to fetch 3rd party repositories and import them to be used in the Hugo project. But Go Modules look for tags in the form "v2.4.0" instead of "2.4.0" to fetch the latest version. The last tag in this form is v1.1.3, which is wildly outdated. Any chance that you can add tags in the form "v2.4.0" (maybe in addition to the current format?) so Hugo/Go Modules can fetch the correct latest version?

Motivation

LightGallery is much used in Hugo websites, and Hugo Modules is the preferred way to manage outside dependencies, so it would be nice if they worked well together.

Hey @writeonlycode,

Thank you for reporting this issue.

According to SEMVER, prefixing v with the version tag is not a good practice.

Do you have any other resources that can help us make a decision?

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.