7.0.0 release (#1405)

As title

Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1405
Co-authored-by: M M Arif <mmarif@swatian.com>
Co-committed-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
M M Arif
2025-01-21 14:32:01 +00:00
committed by M M Arif
parent cad36de367
commit fee917fbd3
29 changed files with 493 additions and 310 deletions

View File

@@ -32,16 +32,18 @@ steps:
push-git:
image: alpine/git
environment:
# Information that should be used when authoring a commit
- GIT_AUTHOR_NAME=gitnexbot
- GIT_AUTHOR_EMAIL=gitnexbot@noreply.codeberg.org
- GIT_COMMIT_MESSAGE=Translation updates from Crowdin [CI SKIP]
# Basic information concerning the repo that
- GITEA_HOST=codeberg.org
- GITEA_REPOSITORY=gitnex/GitNex
- GITEA_BRANCH=main
# Token that should be used to authenticate against the gitea instance
# - BOT_TOKEN=secret
GIT_AUTHOR_NAME:
from_secret: GIT_AUTHOR_NAME
GIT_AUTHOR_EMAIL:
from_secret: GIT_AUTHOR_EMAIL
GIT_COMMIT_MESSAGE:
from_secret: GIT_COMMIT_MESSAGE
GITEA_HOST:
from_secret: GITEA_HOST
GITEA_REPOSITORY:
from_secret: GITEA_REPOSITORY
GITEA_BRANCH:
from_secret: GITEA_BRANCH
BOT_TOKEN:
from_secret: BOT_TOKEN
commands: