A library for functional programming in Java.
-
Export the following environmental variables:
Required
export ARTIFACT_REPOSITORY_URL="https://<URL>" export ARTIFACT_REPOSITORY_USER="<USERNAME>" export ARTIFACT_REPOSITORY_PASSWORD="<PASSWORD>" export ARTIFACT_REPOSITORY_SNAPSHOT_URL="https://<SNAPSHOT_URL>" export ARTIFACT_REPOSITORY_RELEASE_URL="https://<RELEASE_URL>" export EMAIL_ADDRESS="<your@email.com>" export FIRST_NAME_LAST_NAME="<Firstname Lastname>"Optional if running in interactive mode, otherwise must be exported.
export GITHUB_ACCESS_TOKEN="<TOKEN>"See Creating a personal access token for the command line for obtaining the GITHUB_ACCESS_TOKEN value.
-
Run the release.sh script:
./release.sh <release_version>