lightGallery icon indicating copy to clipboard operation
lightGallery copied to clipboard

Hugo/Go Modules and Version Tags

Open writeonlycode opened this issue 2 years ago • 1 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.

writeonlycode avatar May 23 '22 15:05 writeonlycode

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?

sachinchoolur avatar Jun 13 '22 06:06 sachinchoolur

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.

stale[bot] avatar Aug 12 '22 19:08 stale[bot]