Start new release cycle
Update the default version name to non-git and add new unreleased section to the changelog to start the new release cycle.
This commit is contained in:
		
							parent
							
								
									b069b2dba6
								
							
						
					
					
						commit
						4573b92975
					
				| @ -1,5 +1,7 @@ | |||||||
| # Dunst changelog | # Dunst changelog | ||||||
| 
 | 
 | ||||||
|  | ## Unreleased | ||||||
|  | 
 | ||||||
| ## 1.2.0 - 2017-07-12 | ## 1.2.0 - 2017-07-12 | ||||||
| 
 | 
 | ||||||
| ### Added | ### Added | ||||||
|  | |||||||
| @ -2,8 +2,7 @@ | |||||||
| PREFIX ?= /usr/local | PREFIX ?= /usr/local | ||||||
| MANPREFIX = ${PREFIX}/share/man | MANPREFIX = ${PREFIX}/share/man | ||||||
| 
 | 
 | ||||||
| # In dist tarballs, the version is stored in the VERSION files.
 | VERSION := "1.2.0-non-git" | ||||||
| VERSION := "1.2.0 (2017-07-12)" |  | ||||||
| ifneq ($(wildcard ./.git/.),) | ifneq ($(wildcard ./.git/.),) | ||||||
| VERSION := $(shell git describe --tags) | VERSION := $(shell git describe --tags) | ||||||
| endif | endif | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikos Tsipinakis
						Nikos Tsipinakis