mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-25 01:56:45 +00:00
[OPB-30] prepare for release
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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.2
|
ABSTRACTO_VERSION: 1.3.3
|
||||||
ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/
|
ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/
|
||||||
@@ -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 ID of the user to be used as author
|
||||||
* the amount of times a FAQ response has been used
|
* 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
|
## Grafana dashboard
|
||||||
|
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -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.3-SNAPSHOT</abstracto.version>
|
<abstracto.version>1.3.3</abstracto.version>
|
||||||
<abstracto.templates.version>1.2.16-SNAPSHOT</abstracto.templates.version>
|
<abstracto.templates.version>1.2.16</abstracto.templates.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|||||||
Reference in New Issue
Block a user