From d1e0387bdf004249400706cdd4499550778c2f16 Mon Sep 17 00:00:00 2001 From: mh-cbon Date: Tue, 18 Apr 2017 22:23:51 +0200 Subject: [PATCH] changelog: 0.0.17 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1bed32..5cc18d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog - go-bin-deb +### 0.0.17 + +__Changes__ + +- support: updated all support script +- deploy: update helper script to generate repo source to ensure GH_TOKEN is not empty +- release script: create-release add changelog support, add draft support + +__Contributors__ + +- mh-cbon + +Released by mh-cbon, Tue 18 Apr 2017 - +[see the diff](https://github.com/mh-cbon/go-bin-deb/compare/0.0.16...0.0.17#diff) +______________ + ### 0.0.16 __Changes__ @@ -63,6 +79,9 @@ __Changes__ - conffiles is not created if there is no configuration files, ensure correct debian arch when control.arch field is 386 + + + __Contributors__ - mh-cbon