tools: fix tagrelease rule
This commit is contained in:
		
							parent
							
								
									b499e59053
								
							
						
					
					
						commit
						f6be82e153
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -814,7 +814,7 @@ DOWNLOAD.md: $(VERSIONFILE) | |||||||
| 	perl -p -e "s/hledger(|-chart|-web|-vty)-[0-9.]+-/hledger\1-$(VERSION)-/g" -i $@ | 	perl -p -e "s/hledger(|-chart|-web|-vty)-[0-9.]+-/hledger\1-$(VERSION)-/g" -i $@ | ||||||
| 
 | 
 | ||||||
| tagrelease: | tagrelease: | ||||||
| 	darcs tag $(VERSION) | 	git tag -a $(VERSION) | ||||||
| 
 | 
 | ||||||
| # display a hackage upload command reminder
 | # display a hackage upload command reminder
 | ||||||
| hackageupload: | hackageupload: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user