docs: update version Introduction (#37)

* docs: update version Introduction

* add less
This commit is contained in:
xrkffgg
2021-01-12 18:12:11 +08:00
committed by GitHub
parent 87bca14eb5
commit 273b6abb78
5 changed files with 30 additions and 0 deletions

View File

@@ -1043,11 +1043,17 @@ Click the `···` icon in the upper right corner of a comment, select `Copy lin
- Version selection
- It is recommended to use the latest releases version. It can be seen in [releases](https://github.com/actions-cool/issues-helper/releases)
- You can also refer to the update log below to select the version
- The latest v1.x release code will be merged into the 1.x branch
- It also supports the direct use of branch versions. Such as:
```yml
- name: Issues Helper
uses: actions-cool/issues-helper@main
# or
- name: Issues Helper
uses: actions-cool/issues-helper@1.x
```
## Actions Template