You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	docs: Correct CircleCI Example. (#751)
This commit is contained in:
		
				
					committed by
					
						 Carlos Alexandro Becker
						Carlos Alexandro Becker
					
				
			
			
				
	
			
			
			
						parent
						
							f0413af071
						
					
				
				
					commit
					38e5d3239e
				
			| @@ -63,6 +63,7 @@ Here is how to do it with [CircleCI 2.0](https://circleci.com): | ||||
|  | ||||
| ```yml | ||||
| # .circleci/config.yml | ||||
| version: 2 | ||||
| jobs: | ||||
|   release: | ||||
|     docker: | ||||
| @@ -75,11 +76,11 @@ workflows: | ||||
|   release: | ||||
|     jobs: | ||||
|       - release: | ||||
|         filters: | ||||
|           branches: | ||||
|             ignore: /.*/ | ||||
|           tags: | ||||
|             only: /v[0-9]+(\.[0-9]+)*(-.*)*/ | ||||
|           filters: | ||||
|             branches: | ||||
|               ignore: /.*/ | ||||
|             tags: | ||||
|               only: /v[0-9]+(\.[0-9]+)*(-.*)*/ | ||||
| ``` | ||||
|  | ||||
| For CircleCI 1.0: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user