From 7b2407aff1b44f16be890e87e2fe4e3d4a854c2b Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Mon, 23 Oct 2017 00:42:08 +0200 Subject: [PATCH] typo Signed-off-by: Gaetan Semet --- Makefile | 2 +- README.md | 4 ++++ README.rst | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad557c8..f6f012a 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ run_frontend: cd frontend ; make run kill-docker: - docker kill $$(docker ps --format '{{.Names}}\t{{.Image}}\t' | grep dopplerr | cut -f1) + docker kill $$(docker ps --format '{{.Names}}\t{{.Image}}\t' | grep dopplerr | cut -f1) || true shell: @echo "Shell" diff --git a/README.md b/README.md index 81b47a7..7d8e3a7 100644 --- a/README.md +++ b/README.md @@ -188,3 +188,7 @@ Create a release: create a tag with a Semver syntax. Optionally you can tag code $ git push --tags On successful travis build on the Tag branch, your Pypi package will be automatically updated. + +Note: + +> According to PBR, alpha versions are noted "x.y.z.a1" diff --git a/README.rst b/README.rst index d1bfce2..6ec0f9b 100644 --- a/README.rst +++ b/README.rst @@ -250,6 +250,10 @@ tag code locally and push to GitHub. On successful travis build on the Tag branch, your Pypi package will be automatically updated. +Note: + + According to PBR, alpha versions are noted "x.y.z.a1" + .. |Build Status| image:: https://travis-ci.org/Stibbons/dopplerr.svg?branch=master :target: https://travis-ci.org/Stibbons/dopplerr .. |Docker Automated buil| image:: https://img.shields.io/docker/build/stibbons31/dopplerr.svg