Compare commits
	
		
			2 Commits
		
	
	
		
			v1.2.53
			...
			d04ad42b5b
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d04ad42b5b | |||
| 8d80a8fb5a | 
@@ -81,6 +81,7 @@ jobs:
 | 
			
		||||
        if [ -z "$CHANGELOG" ]; then
 | 
			
		||||
          echo "No changelog found for version $VERSION"
 | 
			
		||||
          exit 1
 | 
			
		||||
        fi
 | 
			
		||||
 | 
			
		||||
    - name: Create Release
 | 
			
		||||
      env:
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,10 @@
 | 
			
		||||
# Changelog
 | 
			
		||||
 | 
			
		||||
## [1.2.54] - 2025-02-19
 | 
			
		||||
### Added
 | 
			
		||||
- update version to 1.2.54 and add check for missing changelog in Gitea release workflow
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## [1.2.53] - 2025-02-19
 | 
			
		||||
### Added
 | 
			
		||||
- update version to 1.2.53 and enhance Gitea release workflow to handle missing changelog
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
; https://docs.platformio.org/page/projectconf.html
 | 
			
		||||
 | 
			
		||||
[common]
 | 
			
		||||
version = "1.2.53"
 | 
			
		||||
version = "1.2.54"
 | 
			
		||||
 | 
			
		||||
[env:esp32dev]
 | 
			
		||||
platform = espressif32
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user