From 1362d97c8770228eb1fa090c13cb7356aeee6f85 Mon Sep 17 00:00:00 2001 From: BARICHELLO Date: Wed, 31 Oct 2018 00:38:51 -0300 Subject: [PATCH] Add versioning naming tip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5625843..6224886 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,4 @@ After adapting the paths and names according to your project needs you will need |$REMOTE_URL | The `git remote` where the web export will be hosted (in this case GitHub), it should contain your [deploy/personal access token](https://github.com/settings/tokens)|`https://:@github.com//.git` Others variables are set automatically by the `gitlab-runner` +The included `gitlab-ci.yml` is set to only run the export jobs when you commit a new `git tag`, i suggest not using "." or "," in your tag's name since it messes with Godot's export system and will lead to failed jobs.