mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
Minor updates
This commit is contained in:
@@ -3,7 +3,7 @@ title: JReleaser
|
||||
version: latest
|
||||
asciidoc:
|
||||
attributes:
|
||||
jreleaser-version: 0.2.0
|
||||
jreleaser-version: 0.3.0-SNAPSHOT
|
||||
icons: font
|
||||
icon_req_y: icon:check[role="green"]
|
||||
icon_req_n: icon:times[role="red"]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
You can setup a link:https://circleci.com[Circle CI] pipeline.
|
||||
|
||||
NOTE: If you're already building with either Maven or Gradle then you might use the
|
||||
xref:tools:maven.adoc[] or the xref:tools:gradle.adoc[] plugin instead.
|
||||
xref:tools:maven.adoc[] or the xref:tools:gradle.adoc[] instead.
|
||||
|
||||
[source,yaml]
|
||||
[subs="+macros"]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Codefresh uses Docker based pipelines where all steps must be Docker containers.
|
||||
|
||||
NOTE: If you're already building with either Maven or Gradle then you might use the
|
||||
xref:tools:maven.adoc[] or the xref:tools:gradle.adoc[] plugin instead.
|
||||
xref:tools:maven.adoc[] or the xref:tools:gradle.adoc[] instead.
|
||||
|
||||
[source,yaml]
|
||||
[subs="+macros"]
|
||||
|
||||
@@ -8,7 +8,7 @@ image::ROOT:jreleaser-github-action.png[]
|
||||
You can create a workflow for pushing your releases by putting YAML configuration to `.github/workflows/release.yml`.
|
||||
|
||||
NOTE: If you're already building with either Maven or Gradle then you might use the
|
||||
xref:tools:maven.adoc[] or the xref:tools:gradle.adoc[] plugin instead.
|
||||
xref:tools:maven.adoc[] or the xref:tools:gradle.adoc[] instead.
|
||||
|
||||
:project-owner: jreleaser
|
||||
:project-name: release-action
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
You can setup a link:https://docs.gitlab.com/ee/ci/README.html[GitLab CI] job as well.
|
||||
|
||||
NOTE: If you're already building with either Maven or Gradle then you might use the
|
||||
xref:tools:maven.adoc[] or the xref:tools:gradle.adoc[] plugin instead.
|
||||
xref:tools:maven.adoc[] or the xref:tools:gradle.adoc[] instead.
|
||||
|
||||
[source,yaml]
|
||||
[subs="+macros"]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
You can setup a link:https://www.jenkins.io[Jenkins] pipeline for Linux and Windows agents:
|
||||
|
||||
NOTE: If you're already building with either Maven or Gradle then you might use the
|
||||
xref:tools:maven.adoc[] or the xref:tools:gradle.adoc[] plugin instead.
|
||||
xref:tools:maven.adoc[] or the xref:tools:gradle.adoc[] instead.
|
||||
|
||||
[tabs]
|
||||
====
|
||||
|
||||
@@ -130,12 +130,6 @@ At any time you may invoke any of the other commands, but when it's time to make
|
||||
[source]
|
||||
----
|
||||
$ gradle jreleaseFullRelease
|
||||
[INFO] Loading properties from /Home/duke/.jreleaser/config.properties
|
||||
[INFO] Validating configuration
|
||||
[INFO] Project version set to 1.0.0
|
||||
[INFO] Release is not snapshot
|
||||
[INFO] Timestamp is 2021-03-28T12:25:16.219+02:00
|
||||
[INFO] HEAD is at c3e39f1
|
||||
> Task :compileJava
|
||||
> Task :processResources NO-SOURCE
|
||||
> Task :classes
|
||||
@@ -147,6 +141,12 @@ $ gradle jreleaseFullRelease
|
||||
> Task :assembleDist
|
||||
|
||||
> Task :jreleaserFullRelease
|
||||
[INFO] Loading properties from /Home/duke/.jreleaser/config.properties
|
||||
[INFO] Validating configuration
|
||||
[INFO] Project version set to 1.0.0
|
||||
[INFO] Release is not snapshot
|
||||
[INFO] Timestamp is 2021-03-28T12:25:16.219+02:00
|
||||
[INFO] HEAD is at c3e39f1
|
||||
[INFO] dryrun set to false
|
||||
[INFO] Generating changelog: out/jreleaser/release/CHANGELOG.md
|
||||
[INFO] Calculating checksums
|
||||
|
||||
Reference in New Issue
Block a user