git fetch --tags
./gradlew wrapper --gradle-version=6.8.2
https://gradle.org/releases/gradlew clean adviceRelease
versionCode
and versionName
Tobiwan/ffupdater#XXX
for issues/pull requests from notabug.orgTobi823/ffupdater#XXX
for issues/pull requests from GithubTobiwan/ffupdater_gitlab#XXX
for issues/merge requests from Gitlabhttps://stackoverflow.com/a/18674313
git config --global alias.pushall '!git remote | xargs -L1 git push --all'
git pushall
TAG="XXXXXX"
git tag "$TAG"
git pushall
git push origin "$TAG"
git push github "$TAG"
git push gitlab "$TAG"
git push gitea "$TAG"