From 1d14e38d24a8c7ef52907ee6d1e089064178ba10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E6=B0=B4=E8=8A=A6=E8=8B=87?= Date: Thu, 4 Jan 2024 10:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(docs):=20Modify=20the=20rele?= =?UTF-8?q?ases=20page=20address=20of=20the=20English=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80ca46e..77ce551 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Before Cvlar, for an open-source project, I had to use the following packages to - **Log Management**: Easy 'template' setup, auto-generate `changelogs` from `git messages`, with Google Translate support for **multiple languages**, and auto 'push to repository'; - **Automatic Publishing**: - In `Github Actions`, using `cvlar -r` will analyze the `log` file and automatically publish it to the repository's release page. - - See: [This repository's releases page](https://github.com/kwooshung/cvlar/blob/main/releases); + - See: [This repository's releases page](https://github.com/kwooshung/cvlar/releases); - **Simple Configuration**: - Initiate with `cvlar -i/init` for interactive configuration file creation; - Multilingual interactive menu during initialization; subsequent use supports any language, configurable in `cvlar`'s file; @@ -188,7 +188,7 @@ Here, **Regenerate Logs** is used as a demonstration, as it consists of two step ### References -- [This repository's releases page](https://github.com/kwooshung/cvlar/blob/main/releases); +- [This repository's releases page](https://github.com/kwooshung/cvlar/releases); - [This repository's Github Actions](https://github.com/kwooshung/cvlar/blob/main/.github/workflows/ci.yml); ### Script Reference