-
Notifications
You must be signed in to change notification settings - Fork 310
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem?
Theme should support proper versioning via Hugo (Go) Modules - Git Modules aren't always a desirable choice especially where dependency management via third party comes into play, OR if the project doesn't even use git.
hugo mod get -u github.com/janraasch/hugo-bearblogDescribe the solution you'd like
- Add a go.mod file with content:
module github.com/janraasch/hugo-bearblog - Create a bumped Tag everytime changes are pushed to
master- Automate using GitHub Actions?
Describe alternatives you've considered
module github.com/user/repo
go 1.24.0
require github.com/janraasch/hugo-bearblog v0.0.0-20250211172226-7cce218e4b72 // indirectawful to deal with for dependency management and change reversal
Additional context
watura
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed