summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 20:07:14 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 20:07:14 +0200
commitc0a3d5383f2f828ff4241fa6046c056c6e75aaed (patch)
treec448744046bbe6f8d3f5fb79208a77fb5466ae43 /Makefile
parentb0615239164121f8bab3e664bcf70305aa74d782 (diff)
downloadsemantic-version-c0a3d5383f2f828ff4241fa6046c056c6e75aaed.tar.gz
Enable zest.releaser.
Streamline the release process.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f77a93..c94363c 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,10 @@ update:
pip freeze
-.PHONY: clean update
+release:
+ fullrelease
+
+.PHONY: clean update release
# Tests and quality
# =================