Compare commits

..

No commits in common. "master" and "v123020522" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ steps:
- ./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")
- 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]"

View File

@ -1,6 +1,6 @@
**v123020523**
**v123020521**
- fix: Git changelog.
--------------------------------------------------------------------