Skip to content

Releases: labring/robot

v2.0.1-alpha1

27 Aug 03:23
a33483f
Compare
Choose a tag to compare
v2.0.1-alpha1 Pre-release
Pre-release

labring: robot v2.0.1-alpha1

We are excited to present to you the latest tool from labring: robot v2.0.1-alpha1! Gh-robot is a powerful automation tool designed specifically for GitHub repositories, with features such as handling issue and PR comments, automatic publishing, and auto-generating changelog files. In this article, we will provide a brief introduction to the main features of robot and how to obtain the corresponding Docker image.

Usage Instructions

robot is a powerful tool that can help you effortlessly handle issue and PR comments in your GitHub repositories while also automatically publishing and generating changelog files. To start using robot, you first need to download the precompiled binary file suitable for your operating system. You can find these files on our GitHub Releases page.

Installation

  1. Download the precompiled binary file suitable for your operating system.
  2. Unzip the binary file and place it in your PATH.

Usage

In the command line, run the following command to start robot:

robot [OPTIONS]

OPTIONS can include the following parameters:

  • --help: Display help information.
  • --version: Display the version information of robot.
  • Other optional parameters.

Docker Image

For added convenience, we also provide a Docker image for robot. You can obtain the image with the following command:

docker pull ghcr.io/labring/robot:v2.0.1-alpha1

To run the robot Docker container, use the following command:

docker run --rm -it ghcr.io/labring/robot:v2.0.1-alpha1 [OPTIONS]

Here, OPTIONS are the options you want to pass to robot.

Changelog

Other work

Full Changelog: v2.0.0...v2.0.1-alpha1


Thank you for your interest and support in labring and robot! If you encounter any problems during use, please feel free to submit an issue in our GitHub repository. We will resolve your issue as soon as possible.

v2.0.0

26 Aug 18:16
89a88b0
Compare
Choose a tag to compare

labring: robot v2.0.0

We are excited to present to you the latest tool from labring: robot v2.0.0! Gh-robot is a powerful automation tool designed specifically for GitHub repositories, with features such as handling issue and PR comments, automatic publishing, and auto-generating changelog files. In this article, we will provide a brief introduction to the main features of robot and how to obtain the corresponding Docker image.

Usage Instructions

robot is a powerful tool that can help you effortlessly handle issue and PR comments in your GitHub repositories while also automatically publishing and generating changelog files. To start using robot, you first need to download the precompiled binary file suitable for your operating system. You can find these files on our GitHub Releases page.

Installation

  1. Download the precompiled binary file suitable for your operating system.
  2. Unzip the binary file and place it in your PATH.

Usage

In the command line, run the following command to start robot:

robot [OPTIONS]

OPTIONS can include the following parameters:

  • --help: Display help information.
  • --version: Display the version information of robot.
  • Other optional parameters.

Here, OPTIONS are the options you want to pass to robot.

Changelog

New Features

Other work

Read more