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
- fix: unreachable code and those not getting flagged by eslint by @erunion in #677
- docs: update version/category to reflect new location by @kanadgupta in #678
- feat: proxy support by @kanadgupta in #681
- feat: major version tags by @kanadgupta in #682
Full Changelog: v8.1.1...8.2.0