We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab22cc commit 0a4bbc6Copy full SHA for 0a4bbc6
Makefile
@@ -6,8 +6,8 @@ BUILD_NUMBER ?= 1
6
debian/changelog:
7
-git branch -D changelog
8
git checkout -b changelog
9
- git-dch -a --debian-branch changelog --snapshot \
10
- --snapshot-number=$(BUILD_NUMBER)
+ git-dch -a -N $(shell python setup.py --version) --debian-branch changelog \
+ --snapshot --snapshot-number=$(BUILD_NUMBER)
11
12
dist:
13
mkdir -p $@
0 commit comments