mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	This will let us use other tags for things like `@zulip/shared` versions. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
set -e
 | 
						|
 | 
						|
cd "$(dirname "$0")/.."
 | 
						|
git describe --tags --match='[0-9]*' > zulip-git-version || true
 |