Files
hugo/_service
Jeff Kowalczyk 9dc109936a - Update to version 0.157.0:
* releaser: Bump versions for release of 0.157.0
  * Fix menu pageRef resolution in multidimensional setups
  * Handle GitInfo for modules where Origin is not set when running go list
  * commands: Update link to highlighting style examples
  * docs: Regen and fix the imaging docshelper output
  * Squashed 'docs/' changes from 42914c50e..80dd7b067
  * Add AVIF, HEIF and HEIC partial support (only metadata for now)
  * resources/images: Adjust WebP processing defaults
  * Add Page.GitInfo support for content from Git modules
  * Add per-request timeout option to `resources.GetRemote`
  * Update AI Watchdog action version in workflow
  * build(deps): bump github.com/tdewolff/minify/v2 from 2.24.8 to 2.24.9
  * build(deps): bump github.com/bep/imagemeta from 0.14.0 to 0.15.0
  * config: Skip taxonomy entries with empty keys or values
  * Add guideline for brevity in code and comments
  * modules: Include JSON error info from go mod download in error messages
  * hugolib: Fix automatic section pages not replaced by sites.complements
  * releaser: Prepare repository for 0.157.0-DEV
  * releaser: Bump versions for release of 0.156.0
  * hugolib: Move site.Data to hugo.Data, deprecate Site.AllPages/BuildDrafts/Languages
  * build(deps): bump google.golang.org/api from 0.255.0 to 0.267.0
  * hugolib: Add Page.Sites to Site.Sites deprecation notice
  * hugolib: Simplify sites collection
  * hugolib: Adjust hugo.Sites.Default
  * Move common/hugo/HugoInfo to resources/page
  * commands: Fix --panicOnWarning flag having no effect with module version warnings
  * hugolib: Add hugo.Sites and .Site.IsDefault(), modify .Site.Sites
  * build(deps): bump github.com/bep/textandbinarywriter
  * paths: Fix handling of _ as a path name

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/hugo?expand=0&rev=236
2026-03-04 20:50:53 +00:00

20 lines
668 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/gohugoio/hugo.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.157.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual">
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="manual">
</service>
</services>