If you want to contribute to this project, please read this wonderful guide from GitHub which explains how to fork a repository, make your changes and submit your work by opening a Pull Request.
Any contribution is welcomed and really appreciated! 🚀
This repository includes several tools supporting the development process, which you should be aware of if you plan to contribute to the project.
You can bump version on merging Pull Requests with specific labels (bump:major,bump:minor,bump:patch). Pushing tag manually by yourself also work.
This action updates major/minor release tags on a tag push. e.g. Update v1 and v1.2 tag when released v1.2.3 (as described in https://help.github.com/en/articles/about-actions#versioning-your-action).
This reviewdog action template itself is integrated with reviewdog to run lint checks which are useful for the action definition.
Supported linters:
- reviewdog/action-shellcheck
- reviewdog/action-shfmt
- reviewdog/action-actionlint
- reviewdog/action-misspell
- reviewdog/action-alex
This repository uses reviewdog/action-depup to automatically update reviewdog version.