Skip to content

Instantly share code, notes, and snippets.

@sttamper
Last active January 30, 2026 17:15
Show Gist options
  • Select an option

  • Save sttamper/0bd186b222258d2c93fb5ef3b80ac919 to your computer and use it in GitHub Desktop.

Select an option

Save sttamper/0bd186b222258d2c93fb5ef3b80ac919 to your computer and use it in GitHub Desktop.
A ready for production jreleaser configuration
jreleaser {
project {
name = 'zco-tournament-api'
authors = ['Captain Mcwiise']
license = 'Apache-2.0'
versionPattern = 'SEMVER'
inceptionYear = '2025'
}
release {
github {
enabled = true
repoOwner = 'username_or_organizationName'
update {
enabled = true
}
changelog {
enabled = true
formatted = 'ALWAYS'
preset = 'conventional-commits'
format = '- {{commitShortHash}} {{commitTitle}}'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment