[OPB-xxx] preparing for release

This commit is contained in:
Sheldan
2021-12-24 13:53:01 +01:00
parent 51775b454e
commit 95ad8fdd3a
3 changed files with 4 additions and 4 deletions

View File

@@ -34,5 +34,5 @@ jobs:
env: env:
REGISTRY_PREFIX: docker.pkg.github.com/sheldan/oneplusbot/ REGISTRY_PREFIX: docker.pkg.github.com/sheldan/oneplusbot/
VERSION: ${{ env.version }} VERSION: ${{ env.version }}
ABSTRACTO_VERSION: 1.3.9 ABSTRACTO_VERSION: 1.3.10
ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/ ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/

View File

@@ -29,4 +29,4 @@ PGADMIN_DEFAULT_EMAIL=sheldan@sheldan.dev
PGADMIN_DEFAULT_PASSWORD=admin PGADMIN_DEFAULT_PASSWORD=admin
TOKEN=<INSERT TOKEN> TOKEN=<INSERT TOKEN>
YOUTUBE_API_KEY=<INSERT KEY> YOUTUBE_API_KEY=<INSERT KEY>
ONEPLUS_BOT_VERSION=1.5.8 ONEPLUS_BOT_VERSION=1.5.9

View File

@@ -19,8 +19,8 @@
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
<!-- edit in release.yml as well --> <!-- edit in release.yml as well -->
<!-- when releasing a new opbot version, update the .env as well--> <!-- when releasing a new opbot version, update the .env as well-->
<abstracto.version>1.3.9</abstracto.version> <abstracto.version>1.3.10</abstracto.version>
<abstracto.templates.version>1.2.21</abstracto.templates.version> <abstracto.templates.version>1.3.0</abstracto.templates.version>
</properties> </properties>
<modules> <modules>