Skip to content
Compare
Choose a tag to compare
@kanadgupta kanadgupta released this 29 Nov 20:25
· 447 commits to main since this release

We've added a new version tag (v8) to simplify access to the latest version of rdme in your GitHub Actions workflows. This release also adds support for proxies.

Major Version Tags 🏷️

You can now point your GitHub Actions rdme references to the v8 tag, which will automatically update with every future release that's part of the current major version1. This will help ensure that your GitHub Actions workflow is using the latest and greatest version of rdme, while ensuring that your workflow doesn't break for future major releases.

This is similar to how you can reference the latest v3 release of actions/checkout Action using actions/checkout@v3. See below for an example:

- uses: actions/checkout@v3
- uses: readmeio/rdme@v8
  with:
    rdme: [your command here]

What's Changed

Full Changelog: v8.1.1...8.2.0

  1. We use SemVer conventions for versioning rdme.