mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: limited script for now
This commit is contained in:
		
							parent
							
								
									a659ce8ab4
								
							
						
					
					
						commit
						ac9f054461
					
				
							
								
								
									
										8
									
								
								.github/update_own_version.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/update_own_version.sh
									
									
									
									
										vendored
									
									
								
							@ -2,12 +2,4 @@
 | 
			
		||||
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
CURRENT_VERSION=$(npm pkg get version)
 | 
			
		||||
 | 
			
		||||
if [[ $CURRENT_VERSION == *beta* ]]; then
 | 
			
		||||
  echo "Current beta update"
 | 
			
		||||
npm version prerelease --preid=beta --ignore-scripts
 | 
			
		||||
else
 | 
			
		||||
  echo "Next minor beta update"
 | 
			
		||||
  npm version preminor --preid=beta --ignore-scripts
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user