Creating release tarballs
Release tarballs are the preferred way to install Userli. This page explains how to create them.
First, you'll need a Github API token. The token needs the following priviledges:
public_repo, repo:status, repo_deployment
Now, execute the following script. It will create a version tag, release and
copy the info from CHANGELOG.md
to the release info.
$ GITHUB_API_TOKEN=<token> GPG_SIGN_KEY="<key_id>" ./bin/github-release.sh <version>