This commit is contained in:
		
							
								
								
									
										9
									
								
								script.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								script.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
const semver = require("semver");
 | 
			
		||||
 | 
			
		||||
const latestReleaseTag = getLatestReleaseTag(); // Implement this function
 | 
			
		||||
 | 
			
		||||
const isNewer = semver.gt(latestReleaseTag, "2023-02-13-1223");
 | 
			
		||||
 | 
			
		||||
if (isNewer) {
 | 
			
		||||
  console.log("This pipeline is run because the new release is newer than the one I have.");
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user