mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	moved make release to devscripts/release.sh
This commit is contained in:
		
							
								
								
									
										0
									
								
								devscripts/posix-locale.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								devscripts/posix-locale.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
								
								
									
										11
									
								
								devscripts/release.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										11
									
								
								devscripts/release.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| #! /bin/bash | ||||
|  | ||||
| if [ -z "$1" ]; then echo "ERROR: specify version number like this: $0 1994.09.06"; exit 1; fi | ||||
| version="$1" | ||||
| if [ ! -z "`git tag | grep "$version"`" ]; then echo 'ERROR: version already present'; exit 1; fi | ||||
| if [ ! -z "`git status --porcelain`" ]; then echo 'ERROR: the working directory is not clean; commit or stash changes'; exit 1; fi | ||||
| sed -i "s/__version__ = '.*'/__version__ = '$version'/" youtube_dl/__init__.py | ||||
| make all | ||||
| git add -A | ||||
| git commit -m "release $version" | ||||
| git tag -m "Release $version" "$version" | ||||
							
								
								
									
										0
									
								
								devscripts/wine-py2exe.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								devscripts/wine-py2exe.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
		Reference in New Issue
	
	Block a user
	 Filippo Valsorda
					Filippo Valsorda