Download the PHP package felixdorn/release-that without Composer
On this page you can find all versions of the php package felixdorn/release-that. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package release-that
Rt
Rt, short for release that, is a tool for quickly creating GitHub releases.
Installation
Once you have installed the binary, you'll need to login to GitHub.
Your personal access token is stored in ~/.rtauth
with restricted permissions (0600).
Configuration
rt
can work without any configuration, however if you want to customize the release name, contents..., you can create
one with the following command:
The default configuration can be found here, it looks like this:
before_release
and after_release
are an array of commands that will be executed before and after the release
process.
assets
is an array of files that will be uploaded along with the release.
You can use various placeholders in the following keys:
- tag_message:
:tag
/:version
- release_notes.title:
:tag
/:version
- release_notes.commit_format:
:hash
:longHash
:message
:author.name
:author.email
- before_release:
:tag
/:version
:commit
:longCommit
- after_release:
:tag
/:version
:commit
:longCommit
Usage
You can release a new version with the following command:
The custom version must be a valid semver version.
-
--skip-hooks
Skips the execution of the
before_release
andafter_release
hooks. You may specify which hooks to skip--skip-hooks before_release,after_release
. You may also passno
to run every hook (the default). -
-q, --quiet
Suppresses the output of the release process, the only thing printed is the released version.
-
-D, --dry-run
Prints the release notes and the release tag, but does not actually create the release.
-
-Q, --no-ansi
Disables ANSI colors in the output.
-
-u, --self-update
Updates the
rt
binary to the latest version. -
-v, --version
Prints the current version of
rt
.
All versions of release-that with dependencies
cypresslab/gitelephant Version ^4.0
laravel-zero/framework Version ^6.0
nette/schema Version ^1.0
phlak/semver Version ^3.0
symfony/stopwatch Version ^5.0