mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	Release script for vector-web
This commit is contained in:
		
							parent
							
								
									752f8363a7
								
							
						
					
					
						commit
						17b2d14ffc
					
				
							
								
								
									
										12
									
								
								release.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										12
									
								
								release.sh
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# Script to perform a release of vector-web.
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# Requires github-changelog-generator; to install, do 
 | 
				
			||||||
 | 
					#   pip install git+https://github.com/matrix-org/github-changelog-generator.git
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cd `dirname $0`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					exec ./node_modules/matrix-js-sdk/release.sh -z -c CHANGES.rst "$@"
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user