Skip to content

Commit

Permalink
Use relative links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Feb 4, 2021
1 parent 85c735d commit 9716733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Then, you'll need to create and add your own Vercel token there (`VERCEL_TOKEN`)
# Releases versioning
We follow Semantic Versioning. (`major.minor.patch`)

Our versioning process is completely automated, any changes landing on the `main` branch will trigger a new [release](https://github.com/UnlyEd/github-action-await-vercel/releases).
Our versioning process is completely automated, any changes landing on the `main` branch will trigger a new [release](../../releases).

- `MAJOR`: Behavioral change of the existing API that would result in a breaking change.
- E.g: Removing an input, or changing the output would result in a breaking change and thus would be released as a new MAJOR version.
Expand All @@ -197,7 +197,7 @@ Our versioning process is completely automated, any changes landing on the `main
- We do not provide major versions that are automatically updated (e.g: `v1`).
- We only provide tags/releases that are not meant to be changed once released (e.g: `v1.1.0`).

> As utility, we provide a special [`latest`](https://github.com/UnlyEd/github-action-await-vercel/releases/tag/latest) tag which is automatically updated to the latest release.
> As utility, we provide a special [`latest`](../../releases/tag/latest) tag which is automatically updated to the latest release.
> _This tag/release is **not meant to be used in production systems**, as it is not reliable (might jump to the newest MAJOR version at any time)._

---
Expand Down

0 comments on commit 9716733

Please sign in to comment.