Skip to content

Commit

Permalink
hugoreleaser.toml => hugoreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jan 16, 2025
1 parent 575d603 commit 8fa19b5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
29 changes: 0 additions & 29 deletions hugoreleaser.toml

This file was deleted.

29 changes: 29 additions & 0 deletions hugoreleaser.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8fa19b5

Please sign in to comment.