From b85c03ce25430e2a1bab9dd12ef24c44061f4115 Mon Sep 17 00:00:00 2001 From: Eduardo Dantas Date: Wed, 27 Apr 2022 23:06:27 -0300 Subject: [PATCH] Change server release version to 1.3.0 (#567) Syncing the version with Canary so we can send the new release Removed hadolint check (outdated docker) --- .github/workflows/analysis-reviewdog.yml | 13 ------------- README.md | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/analysis-reviewdog.yml b/.github/workflows/analysis-reviewdog.yml index dfbdad6f1..d10fc98b5 100644 --- a/.github/workflows/analysis-reviewdog.yml +++ b/.github/workflows/analysis-reviewdog.yml @@ -100,16 +100,3 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review - - - hadolint: - runs-on: ubuntu-latest - steps: - - - name: Check out code - uses: actions/checkout@master - - - name: hadolint - uses: reviewdog/action-hadolint@v1 - with: - reporter: github-pr-check diff --git a/README.md b/README.md index 2ba7d287c..37732126a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OpenTibiaBR - Global Server ## The source code to run this server can be found in another repository, which is the MMORPG engine. Access the links below to see the most current release: ## [![Canary Engine](https://raw.githubusercontent.com/opentibiabr/canary/master/cmake/canary.ico)](https://github.com/opentibiabr/canary) [Canary Repository](https://github.com/opentibiabr/canary) -## [Latest Release - Stable-v1.2.0](https://github.com/opentibiabr/canary/releases/tag/stable-1.2.0) +## [Latest Release - Stable-v1.3.0](https://github.com/opentibiabr/canary/releases/tag/stable-v1.3.0) [![Discord Channel](https://img.shields.io/discord/528117503952551936.svg?style=flat-square&logo=discord)](https://discord.gg/3NxYnyV) [![GitHub issues](https://img.shields.io/github/issues/opentibiabr/otservbr-global)](https://github.com/opentibiabr/otservbr-global/issues)