ataylorme / eslint-annotate-action

A GitHub action that takes ESLint results from a JSON file and adds them as annotated pull request comments
MIT License
88 stars 32 forks source link

Please tag releases #67

Closed szepeviktor closed 10 months ago

szepeviktor commented 10 months ago

The last tagged commit is for v1 https://github.com/ataylorme/eslint-annotate-action/tags

I use concrete tags

uses: "ataylorme/eslint-annotate-action@1.2.0"

Would it be any help if I list git tag commands here?

ataylorme commented 10 months ago

I published a tag for 2.1.1 and will publish 2.2.0 when it is ready for release

https://github.com/ataylorme/eslint-annotate-action/releases/tag/2.1.1

szepeviktor commented 10 months ago

Thank you.