"Fossies" - the Fresh Open Source Software Archive 
Member "hugo-0.113.0/docs/hugoreleaser.toml" (5 Jun 2023, 926 Bytes) of package /linux/www/hugo-0.113.0.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TOML source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 project = "hugoDocs"
2
3 [release_settings]
4 name = "${HUGORELEASER_TAG}"
5 type = "github"
6 repository = "hugoDocs"
7 repository_owner = "gohugoio"
8
9 draft = true
10 prerelease = false
11
12 [release_settings.release_notes_settings]
13 generate = true
14 generate_on_host = false
15 short_threshold = 10
16 short_title = "What's Changed"
17
18 groups = [
19 { regexp = "snapcraft:|Merge commit|Merge branch|netlify:|release:|Squashed", ignore = true },
20 { title = "Typo fixes", regexp = "typo", ordinal = 20 },
21 { title = "Dependency Updates", regexp = "deps", ordinal = 30 },
22 { title = "Improvements", regexp = ".*", ordinal = 10 },
23 ]
24
25 [[releases]]
26 paths = ["archives/**"]
27 # In this file we have only one release, but path can be used to partition the release step, e.g.:
28 # hugoreleaser release -paths "releases/myrelease"
29 path = "myrelease"