-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance JReleaser configuration (#223)
- Loading branch information
1 parent
0048103
commit dfec15e
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,3 +63,24 @@ announce: | |
active: RELEASE | ||
channel: '#notifications' | ||
message: '🚀 {{projectNameCapitalized}} {{projectVersion}} has been released! {{releaseNotesUrl}}' | ||
mail: | ||
active: RELEASE | ||
mimeType: TEXT | ||
port: 587 | ||
auth: true | ||
host: smtp.gmail.com | ||
username: [email protected] | ||
from: [email protected] | ||
to: [email protected] | ||
subject: '{{projectNameCapitalized}} {{projectVersion}} released!' | ||
message: | | ||
Acabamos de lanzar {{projectNameCapitalized}} {{projectVersion}}! | ||
{{changelog}} | ||
article: | ||
active: RELEASE | ||
repository: | ||
owner: project-openubl | ||
name: website | ||
files: | ||
- path: 'release.md' | ||
transform: 'blog/{{#f_now}}YYYY-MM-dd{{/f_now}}/{{projectName}}-{{#f_dash}}{{projectVersion}}{{/f_dash}}-released.md' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: {{projectNameCapitalized}} {{projectEffectiveVersion}} released! | ||
description: {{projectEffectiveVersion}} is the latest release. | ||
date: {{#f_now}}YYYY-MM-dd{{/f_now}} | ||
authors: [carlosthe19916] | ||
tags: [searchpe, release] | ||
--- | ||
|
||
Acabamos de lanzar {{projectNameCapitalized}} {{projectEffectiveVersion}} con un conjunto de nuevas funcionalidades, corrección de errores, y mejor documentación. | ||
|
||
## Full changelog | ||
|
||
Puedes ver {{releaseNotesUrl}}[the full changelog of {{projectEffectiveVersion}} on GitHub]. |