[OPB-30] prepare for release

This commit is contained in:
Sheldan
2021-07-14 02:35:47 +02:00
parent 8a38dd3d1a
commit cd875535d4
3 changed files with 6 additions and 3 deletions

View File

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

View File

@@ -96,6 +96,9 @@ The detailed list of what information is stored and processed is the following:
* the ID of the user to be used as author
* the amount of times a FAQ response has been used
### Assignable roles
* the names of assignable role places and assignable role button text, together with the associated emote markdown (if given)
* the assigned assignable roles for each member in order to provide the 'unique' assignable role functionality
## Grafana dashboard

View File

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