Compare commits

..

13 Commits

Author SHA1 Message Date
aminecmi
29d33687b4 fix: Fixing date formats.
Some checks are pending
continuous-integration/drone/pr Build is running
continuous-integration/drone/push Build is passing
2023-10-10 22:26:38 +02:00
aminecmi
33cca86383 chore: update versions 2023-10-10 21:41:34 +02:00
aminecmi
86a30f647d fix: Fixed ios build. 2023-10-10 21:32:28 +02:00
78d87ad52a Merge master
Some checks are pending
continuous-integration/drone/pr Build is running
2023-09-22 16:11:38 +02:00
2b82be61d0 Revert changes not related to the gradle upgrade
Some checks failed
continuous-integration/drone/pr Build is failing
2023-09-16 14:13:05 +02:00
20aab0ea62 Improve image handling
Some checks failed
continuous-integration/drone/pr Build is failing
2023-09-12 00:28:36 +02:00
dcb9b1cb1f Enable non transitive R class 2023-09-12 00:28:36 +02:00
776d5d36f6 Remove deprecated function calls 2023-09-12 00:28:36 +02:00
990a354229 Remove deprecated function and prevent errors in case of a null fragment name 2023-09-12 00:28:36 +02:00
bd6b96d09d Remove not required jcenter repository 2023-09-12 00:28:36 +02:00
d26f3979cd Upgrade all dependencies 2023-09-12 00:28:36 +02:00
b59b1abc6d Fix R8 compilation problem 2023-09-12 00:25:14 +02:00
baca7cffed Upgrade to gradle 8 2023-09-12 00:24:59 +02:00

View File

@@ -53,24 +53,20 @@ steps:
- git fetch --tags -p
- PREV=$(git describe --tags --abbrev=0)
- ./build.sh --publish --from-ci
- git remote add pushing https://$GITEA_USR:$GITEA_PASS@gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform.git
- VER=$(git describe --tags --abbrev=0)
- CHANGELOG=$(git log $PREV..HEAD --pretty="- %s")
- echo "**$VER**\n\n$CHANGELOG\n\n--------------------------------------------------------------------\n\n$(cat CHANGELOG.md)" > CHANGELOG.md
- git add CHANGELOG.md
- git commit -m "Changelog for $VER [CI SKIP]"
- git push pushing master
- git push pushing --tags
environment:
TZ: Europe/Paris
- name: git-push
image: appleboy/drone-git-push
settings:
branch: master
remote:
from_secret: remoteUrl
followtags: true
ssh_key:
from_secret: privateKey
skip_verify: true
GITEA_USR:
from_secret: giteaUsr
GITEA_PASS:
from_secret: giteaPass
- name: scpFiles
image: appleboy/drone-scp