Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 647 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 647 Bytes

Flakie

Lint Test Release

Runs the provided command to calculate its flakyness.

💿 Installation

gem install flakie

🚀 Publishing

  1. Bump the version in lib/flakie/version.rb file in a PR.

  2. Create and push tag to GitHub.

git tag --sign -a "v[VERSION_TAG]" -m "v[VERSION_TAG]"

git push origin "v[VERSION_TAG]"
  1. Wait for Release GitHub action to complete.