Skip to content

Commit

Permalink
Start new release cycle
Browse files Browse the repository at this point in the history
Update the default version name to non-git and add new unreleased
section to the changelog to start the new release cycle.
  • Loading branch information
tsipinakis committed Jul 12, 2017
1 parent b069b2d commit 4573b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dunst changelog

## Unreleased

## 1.2.0 - 2017-07-12

### Added
Expand Down
3 changes: 1 addition & 2 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
PREFIX ?= /usr/local
MANPREFIX = ${PREFIX}/share/man

# In dist tarballs, the version is stored in the VERSION files.
VERSION := "1.2.0 (2017-07-12)"
VERSION := "1.2.0-non-git"
ifneq ($(wildcard ./.git/.),)
VERSION := $(shell git describe --tags)
endif
Expand Down

0 comments on commit 4573b92

Please sign in to comment.