Add landing page for examples

This commit is contained in:
Andres Almiray
2021-05-07 21:01:41 +02:00
parent 1f72ee06a7
commit c336980934
3 changed files with 15 additions and 6 deletions

View File

@@ -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[]

View File

@@ -0,0 +1,4 @@
= Examples
The following sections describe examples and sample configuration that you may adapt to your
own projects.

View File

@@ -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: