mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 14:30:49 +08:00 
			
		
		
		
	#1152: dont push releasenotes.md to GitHub +semver: minor
Co-authored-by: TomPallister <tom@threemammals.com>
This commit is contained in:
		@@ -405,6 +405,11 @@ private void PublishPackages(ConvertableDirectoryPath packagesDir, ConvertableFi
 | 
			
		||||
		
 | 
			
		||||
		foreach(var artifact in artifacts)
 | 
			
		||||
		{
 | 
			
		||||
			if (artifact == "releasenotes.md") 
 | 
			
		||||
			{
 | 
			
		||||
				continue;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			var codePackage = packagesDir + File(artifact);
 | 
			
		||||
 | 
			
		||||
			Information("Pushing package " + codePackage);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user