mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-11-03 20:15:59 +01:00 
			
		
		
		
	Fix release doc (#3844)
This commit is contained in:
		@@ -38,7 +38,7 @@ Generate release files
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
For plug-in development, we have to publish the GitBucket jar file to the Maven central repository before release GitBucket itself.
 | 
					For plug-in development, we have to publish the GitBucket jar file to the Maven central repository before release GitBucket itself.
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
First, start the sbt shell:
 | 
					First, stage artifacts on your machine:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
$ sbt publishSigned
 | 
					$ sbt publishSigned
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user