From 645fc569f353903f07418653c763338ed191a258 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Mon, 1 Jun 2020 11:47:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8c274..1b58858 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,10 @@ I'll still be available here and be able to update the ESOUI page. Then, create a fork of the repository, do what you have to do and create a pull-request afterwards. Feel free to contact me any time. #### Linting -Luacheck is used to check the LUA code. [Documentation](https://luacheck.readthedocs.io/en/stable/index.html) \ No newline at end of file +Luacheck is used to check the LUA code. [Documentation](https://luacheck.readthedocs.io/en/stable/index.html) + +## API Version Upgrade +* Increment the API Version in the _AchievementInfo.txt_ file +* Commit: `git commit -am "New Api Version"` +* Add new Tag `git tag x.yz` +* Push `git push && git push --tags` \ No newline at end of file