;make: tag-project: also set a final .99 tag
This will influence git describe and improve the version strings of dev builds.
This commit is contained in:
		
							parent
							
								
									49ff039312
								
							
						
					
					
						commit
						45c39b055b
					
				
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							| @ -878,6 +878,7 @@ tag-%: $(call def-help,tag-PKG, make a git release tag for PKG ) | |||||||
| 
 | 
 | ||||||
| tag-project: $(call def-help,tag-project, make a git release tag for the project as a whole ) | tag-project: $(call def-help,tag-project, make a git release tag for the project as a whole ) | ||||||
| 	git tag -fs `cat .version` -m "Release `cat .version`, https://hledger.org/release-notes.html#hledger-`cat .version | sed -e 's/\./-/g'`" | 	git tag -fs `cat .version` -m "Release `cat .version`, https://hledger.org/release-notes.html#hledger-`cat .version | sed -e 's/\./-/g'`" | ||||||
|  | 	@printf "please also adjust and run this command:\n git tag -fs `cat .version`.99 -m \"Start of next release cycle. This tag influences git describe and dev builds' version strings.\"\n" | ||||||
| 
 | 
 | ||||||
| # hackageupload-dry: \
 | # hackageupload-dry: \
 | ||||||
| # 	$(call def-help,hackageupload-dry,\
 | # 	$(call def-help,hackageupload-dry,\
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user