Skip to content

Commit 8fa19b5

Browse files
committed
hugoreleaser.toml => hugoreleaser.yaml
1 parent 575d603 commit 8fa19b5

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

hugoreleaser.toml

Lines changed: 0 additions & 29 deletions
This file was deleted.

hugoreleaser.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
project: hugoDocs
2+
release_settings:
3+
name: ${HUGORELEASER_TAG}
4+
type: github
5+
repository: hugoDocs
6+
repository_owner: gohugoio
7+
draft: true
8+
prerelease: false
9+
release_notes_settings:
10+
generate: true
11+
generate_on_host: false
12+
short_threshold: 10
13+
short_title: What's Changed
14+
groups:
15+
- regexp: snapcraft:|Merge commit|Merge branch|netlify:|release:|Squashed
16+
ignore: true
17+
- title: Typo fixes
18+
regexp: typo
19+
ordinal: 20
20+
- title: Dependency Updates
21+
regexp: deps
22+
ordinal: 30
23+
- title: Improvements
24+
regexp: .*
25+
ordinal: 10
26+
releases:
27+
- paths:
28+
- archives/**
29+
path: myrelease

0 commit comments

Comments
 (0)