Skip to content

Commit

Permalink
build: Update README.adoc [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
grigala authored and aalmiray committed Nov 15, 2023
1 parent 1cd0d30 commit fad863a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
= Helloworld in Swift

ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]

This repository shows how to configure link:https://github.com/features/actions[GitHub Actions] and link:https://jreleaser.org/[JReleaser] to:

* compile a helloworld app for the following targets:
** macos-x86_64
** linux-x86_64
* assemble zip distributions with JReleaser
* create rolling early-access releases with JReleaser on every push to `main` branch

IMPORTANT: JReleaser requires 2 additional inputs that may be set as environment variables, `JRELEASER_PROJECT_VERSION` and `JRELEASER_GITHUB_TOKEN`.
More information about environment variable configuration may be found in the link:https://jreleaser.org/guide/latest/reference/environment.html[guide].

0 comments on commit fad863a

Please sign in to comment.