mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
Add landing page for examples
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.Examples
|
||||
* xref:jreleaser.adoc[]
|
||||
* xref:simple-release.adoc[]
|
||||
* xref:auto-config-release.adoc[]
|
||||
* xref:cross-platform-jlink.adoc[]
|
||||
* xref:index.adoc[]
|
||||
** xref:jreleaser.adoc[]
|
||||
** xref:simple-release.adoc[]
|
||||
** xref:auto-config-release.adoc[]
|
||||
** xref:cross-platform-jlink.adoc[]
|
||||
|
||||
4
docs/modules/examples/pages/index.adoc
Normal file
4
docs/modules/examples/pages/index.adoc
Normal file
@@ -0,0 +1,4 @@
|
||||
= Examples
|
||||
|
||||
The following sections describe examples and sample configuration that you may adapt to your
|
||||
own projects.
|
||||
@@ -46,13 +46,16 @@ release:
|
||||
labelers:
|
||||
- label: 'feature'
|
||||
title: 'Resolves #'
|
||||
body: 'Resolves #'
|
||||
- label: 'issue'
|
||||
title: 'Fixes #'
|
||||
body: 'Fixes #'
|
||||
- label: 'issue'
|
||||
title: 'Relates to #'
|
||||
body: 'Relates to #'
|
||||
- label: 'task'
|
||||
title: '[chore]'
|
||||
# Categorize commits byt labels
|
||||
# Categorize commits by labels
|
||||
categories:
|
||||
- title: '🚀 Features'
|
||||
labels:
|
||||
@@ -140,6 +143,8 @@ distributions:
|
||||
# Transform the artifact name
|
||||
- path: apps/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.zip
|
||||
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.zip'
|
||||
- path: apps/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.tar
|
||||
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.tar'
|
||||
|
||||
# Distribution 2 is of type JAVA_BINARY
|
||||
jreleaser-ant-tasks:
|
||||
|
||||
Reference in New Issue
Block a user