mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Replace the whole IntelliJ Platform Plugin Template with the new project name when running the GitHub Actions Cleanup workflow #442
				
					
				
			This commit is contained in:
		
							parent
							
								
									e6736aee12
								
							
						
					
					
						commit
						de5d2e9901
					
				
							
								
								
									
										2
									
								
								.github/workflows/template-cleanup.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/template-cleanup.yml
									
									
									
									
										vendored
									
									
								
							@ -41,7 +41,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
          # Replace template package name in project files with $GROUP
 | 
					          # Replace template package name in project files with $GROUP
 | 
				
			||||||
          find src -type f -exec sed -i "s/org.jetbrains.plugins.template/$GROUP/g" {} +
 | 
					          find src -type f -exec sed -i "s/org.jetbrains.plugins.template/$GROUP/g" {} +
 | 
				
			||||||
          find src -type f -exec sed -i "s/IntelliJ Platform Plugin/$NAME/g" {} +
 | 
					          find src -type f -exec sed -i "s/IntelliJ Platform Plugin Template/$NAME/g" {} +
 | 
				
			||||||
          find src -type f -exec sed -i "s/JetBrains/$ACTOR/g" {} +
 | 
					          find src -type f -exec sed -i "s/JetBrains/$ACTOR/g" {} +
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          # Move content
 | 
					          # Move content
 | 
				
			||||||
 | 
				
			|||||||
@ -16,6 +16,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- Fixed calculation of the plugin publication channel
 | 
					- Fixed calculation of the plugin publication channel
 | 
				
			||||||
- Make the `Run Tests` run configuration use the `RunAsTest` IDE feature
 | 
					- Make the `Run Tests` run configuration use the `RunAsTest` IDE feature
 | 
				
			||||||
 | 
					- Replace the whole `IntelliJ Platform Plugin Template` with the new project name when running the GitHub Actions Cleanup workflow
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Removed
 | 
					### Removed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user