diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-01-27 10:47:28 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-01-27 10:47:28 +0100 |
commit | fc7de7136acbcf0aef54ae8460c7702bc83709be (patch) | |
tree | c109bb4dd1f1b054db476e7e4117f79bdd62ec9e /docs/hugoreleaser.toml | |
parent | 1083bf7c08e6f35826279065b8a09a16cc991c7f (diff) | |
download | hugo-fc7de7136acbcf0aef54ae8460c7702bc83709be.tar.gz hugo-fc7de7136acbcf0aef54ae8460c7702bc83709be.zip |
docs: Prepare for new sub tree
See #11925
Diffstat (limited to 'docs/hugoreleaser.toml')
-rw-r--r-- | docs/hugoreleaser.toml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/hugoreleaser.toml b/docs/hugoreleaser.toml deleted file mode 100644 index 3ee1aad13..000000000 --- a/docs/hugoreleaser.toml +++ /dev/null @@ -1,29 +0,0 @@ -project = "hugoDocs" - -[release_settings] - name = "${HUGORELEASER_TAG}" - type = "github" - repository = "hugoDocs" - repository_owner = "gohugoio" - - draft = true - prerelease = false - - [release_settings.release_notes_settings] - generate = true - generate_on_host = false - short_threshold = 10 - short_title = "What's Changed" - - groups = [ - { regexp = "snapcraft:|Merge commit|Merge branch|netlify:|release:|Squashed", ignore = true }, - { title = "Typo fixes", regexp = "typo", ordinal = 20 }, - { title = "Dependency Updates", regexp = "deps", ordinal = 30 }, - { title = "Improvements", regexp = ".*", ordinal = 10 }, - ] - -[[releases]] - paths = ["archives/**"] - # In this file we have only one release, but path can be used to partition the release step, e.g.: - # hugoreleaser release -paths "releases/myrelease" - path = "myrelease" |