Skip to content

Commit

Permalink
🐛 fix(docs): Modify the releases page address of the English description
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Jan 4, 2024
1 parent 9d7b44c commit 1d14e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1d14e38

Please sign in to comment.