From f17f2b25aba16a585b95ad9cddf56722ddd4ad4b Mon Sep 17 00:00:00 2001 From: leoli Date: Fri, 15 Mar 2024 18:55:14 +0800 Subject: [PATCH] ci: add table of contents generation plugin --- .github/workflows/release.yml | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d0167b..87485fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,10 @@ jobs: env: CI: true + - uses: technote-space/toc-generator@v4 + with: + FOLDING: 'true' + - uses: TriPSs/conventional-changelog-action@v5 id: changelog with: diff --git a/README.md b/README.md index bda0e3b..a816cd9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ [![test](https://github.com/DinosauriaLab/npm-env-setup/actions/workflows/test.yml/badge.svg)](https://github.com/DinosauriaLab/npm-env-setup/actions/workflows/test.yml) [![GitHub Release](https://img.shields.io/github/v/release/DinosauriaLab/npm-env-setup)](https://github.com/DinosauriaLab/npm-env-setup/releases/latest) + + + This project offers a streamlined solution for setting up a brand new computer using just a command line interface (CLI). With an interactive CLI approach, it automates the installation and configuration of your computer, allowing you to customize the software and settings you need swiftly and efficiently. This tool is designed to get you up and running on your new machine without the hassle, covering everything from essential software installations to environment setups. ## Usage