From 8e55e7d93d88b163e65181eec7a253d83bc10222 Mon Sep 17 00:00:00 2001 From: Alexey Igrychev Date: Wed, 10 Mar 2021 15:46:06 +0000 Subject: [PATCH] [readme] Add "Versioning" section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index eb3e5ae..fc7dddc 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,18 @@ Each action combines all the necessary steps in itself and logic may be divided > Also, there is another action — [werf/actions/install](https://github.com/werf/actions/tree/master/install). With this action a user can just install werf and use binary within job steps for own purposes +## Versioning + +When using actions, select the version corresponding to the `MAJOR.MINOR` version of werf: + +```yaml +# run converge with actual werf version for 1.1 alpha channel +- uses: werf/actions/converge@v1.1 + +# run converge with actual werf version for 1.2 alpha channel +- uses: werf/actions/converge@v1.2 +``` + ## Environment setup in details ### werf binary setup