mirror of
				https://github.com/meshtastic/firmware.git
				synced 2025-10-28 23:34:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			249 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			249 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/bash
 | |
| export DEBFULLNAME="GitHub Actions"
 | |
| export DEBEMAIL="github-actions[bot]@users.noreply.github.com"
 | |
| PKG_VERSION=$(python3 bin/buildinfo.py short)
 | |
| 
 | |
| dch --newversion "$PKG_VERSION.0" \
 | |
| 	--distribution unstable \
 | |
| 	"Version $PKG_VERSION"
 | 
