Compare commits
	
		
			2 Commits
		
	
	
		
			v1.2.54
			...
			2af23e8084
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2af23e8084 | |||
| cd204fdaa8 | 
@@ -71,7 +71,8 @@ jobs:
 | 
				
			|||||||
    - name: Read CHANGELOG.md
 | 
					    - name: Read CHANGELOG.md
 | 
				
			||||||
      id: changelog
 | 
					      id: changelog
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        VERSION=${{ inputs.gitea_ref_name }}
 | 
					        # Remove 'v' prefix from version if present
 | 
				
			||||||
 | 
					        VERSION=$(echo "${{ inputs.gitea_ref_name }}" | sed 's/^v//')
 | 
				
			||||||
        CHANGELOG=$(awk "/## \\[$VERSION\\]/{p=1;print;next} /## \\[/ {p=0} p" CHANGELOG.md)
 | 
					        CHANGELOG=$(awk "/## \\[$VERSION\\]/{p=1;print;next} /## \\[/ {p=0} p" CHANGELOG.md)
 | 
				
			||||||
        echo "CHANGES<<EOF" >> $GITHUB_OUTPUT
 | 
					        echo "CHANGES<<EOF" >> $GITHUB_OUTPUT
 | 
				
			||||||
        echo "$CHANGELOG" >> $GITHUB_OUTPUT
 | 
					        echo "$CHANGELOG" >> $GITHUB_OUTPUT
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,10 @@
 | 
				
			|||||||
# Changelog
 | 
					# Changelog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [1.2.55] - 2025-02-19
 | 
				
			||||||
 | 
					### Added
 | 
				
			||||||
 | 
					- update version to 1.2.55 and adjust Gitea release workflow to remove 'v' prefix from version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [1.2.54] - 2025-02-19
 | 
					## [1.2.54] - 2025-02-19
 | 
				
			||||||
### Added
 | 
					### Added
 | 
				
			||||||
- update version to 1.2.54 and add check for missing changelog in Gitea release workflow
 | 
					- update version to 1.2.54 and add check for missing changelog in Gitea release workflow
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@
 | 
				
			|||||||
; https://docs.platformio.org/page/projectconf.html
 | 
					; https://docs.platformio.org/page/projectconf.html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[common]
 | 
					[common]
 | 
				
			||||||
version = "1.2.54"
 | 
					version = "1.2.55"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[env:esp32dev]
 | 
					[env:esp32dev]
 | 
				
			||||||
platform = espressif32
 | 
					platform = espressif32
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user