Compare commits
	
		
			2 Commits
		
	
	
		
			v123020521
			...
			v123020522
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					b303f110f1 | ||
| 
						 | 
					f851941a6a | 
@@ -48,10 +48,11 @@ steps:
 | 
			
		||||
    commands:
 | 
			
		||||
      - apt-get update && apt-get install -y git
 | 
			
		||||
      - 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 $VER..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]"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,9 @@
 | 
			
		||||
**v123020521**
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
--------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
**v123020491**
 | 
			
		||||
 | 
			
		||||
- fix: Fixed acra bug reporting.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user