Files
issues-helper/docs/changelog.en-US.md
xrkffgg 273b6abb78 docs: update version Introduction (#37)
* docs: update version Introduction

* add less
2021-01-12 18:12:11 +08:00

884 B

toc
toc
menu

Changelog

  • Version rules

    • Use two-level semantic version, such as v1, v1.1, v2, v2.1
    • v1 represents the initial version
    • The fixes and additions to the v1 version will be released to the v1.1 version
    • When the released v1.x runs stable for a certain period of time, release the advanced v2 version
  • Version selection

    • It is recommended to use the latest releases version. It can be seen in 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:
- name: Issues Helper
  uses: actions-cool/issues-helper@main

# or

- name: Issues Helper
  uses: actions-cool/issues-helper@1.x