Skip to content
Dmitriy Belyaev edited this page Mar 13, 2024 · 2 revisions

Development

Release

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. ref: https://help.github.com/en/articles/about-actions#versioning-your-action

Dependencies Update Automation

This repository uses haya14busa/action-depup to update reviewdog version.

reviewdog depup demo

How to sign an existing commit

This git command will amend and sight latest commit (useful to sign automation tools commits):

git commit --amend -S