From 9d55a7e05b374a8c1b8f96b93a5851fdd5f683ae Mon Sep 17 00:00:00 2001 From: odan Date: Sun, 24 Mar 2024 15:58:14 +0900 Subject: [PATCH] fix README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c0ad3c..af7a473 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ Go implementation of [git-pr-release](https://github.com/x-motemen/git-pr-release). -This command creates "Release Pull Request" on GitHub. The body of "Release Pull Request" lists the pull requests included in that release. +git-pr-release-go is a Go-based reimagination of the original Ruby CLI tool, git-pr-release. + +Designed to streamline the development workflow, this tool automates the creation of "Release Pull Requests" on GitHub. Each "Release Pull Request" generated compiles a comprehensive list of pull requests slated for the upcoming release, facilitating a clear overview and seamless integration process. + ![](./images/screenshot.png)