From ff5713ccff7ef88913e43f4f79795605f5fe2c08 Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Fri, 7 May 2021 23:23:13 +0200 Subject: [PATCH] Document latest/eraly-access versions --- README.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 9919d7d..215d7ba 100644 --- a/README.adoc +++ b/README.adoc @@ -90,7 +90,9 @@ Following inputs can be used as `step.with` keys |=== | Name | Type | Default | Description | version | String | latest | The JReleaser version to use. + -Should match any of the link:https://github.com/jreleaser/jreleaser/releases[published releases]. +Should match any of the link:https://github.com/jreleaser/jreleaser/releases[published releases]. + +You may use `latest` to pull the latest stable release or + +`early-access` to pull the latest snapshot. | arguments | String | full-release | The JReleaser command to run. | working-directory | String | ${{ github.workspace }} | The directory to change into. + Defaults to the directory the calling workflow runs in. @@ -110,7 +112,7 @@ as provided by `secrets` == Caution The default `GITHUB_TOKEN` from `secrets` is link:https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token#about-the-github_token-secret[limited] -to the repository that contains your worklow. +to the repository that contains your workflow. Pushing to other repositories such as Homebrew tap requires additional permissions, you must create a custom link:https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/[Personal Access Token] with