From 74ac24dec4204761ba56473769ab9ed0b2d803bd Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 17 Jan 2020 22:09:58 +0100 Subject: [PATCH] Add a section about versioning --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1055122..64cc8bf 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,11 @@ Make sure to include `use-ruby` in the `key` to avoid conflicting with previous * This action currently only works with GitHub-hosted runners, not private runners. +## Versioning + +This action follows semantic versioning with a moving `v1` branch. +This follows the [recommendations](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) of GitHub Actions. + ## Credits Most of the Windows logic is from https://github.com/MSP-Greg/actions-ruby by MSP-Greg.