mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Merge commit '346b60358dd8ec2ca228e6635bff9d7914b398b7'
This commit is contained in:
29
docs/hugoreleaser.yaml
Normal file
29
docs/hugoreleaser.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
project: hugoDocs
|
||||
release_settings:
|
||||
name: ${HUGORELEASER_TAG}
|
||||
type: github
|
||||
repository: hugoDocs
|
||||
repository_owner: gohugoio
|
||||
draft: true
|
||||
prerelease: false
|
||||
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/**
|
||||
path: myrelease
|
Reference in New Issue
Block a user