Skip to content
Compare
Choose a tag to compare
@kanadgupta kanadgupta released this 23 Mar 22:19
· 168 commits to next since this release

The v8 tag will be updated any time we update our main channel for version 8 🎱

Note
We strongly recommend using this tag in your GitHub Actions workflows (as opposed to staying on a fixed version like 8.5.0). That way, your workflows remain up-to-date without the risk of breaking changes1 that disrupt your workflows. Plus, you can avoid those pesky Dependabot notifications for minor or patch updates!

Here's an example of how you'd use this v8 tag in your workflows:

- name: Validate with rdme 🦉
  uses: readmeio/rdme@v8
  with:
    rdme: openapi:validate petstore.json
  1. This is because rdme follows semantic versioning conventions.