From b816dbc497c72605dbc8365a077d9c0e99e0de27 Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Wed, 3 Jun 2015 22:00:44 -0700 Subject: [PATCH] Makefile tweaks --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 332bde8..10be512 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,8 @@ LED_SERIAL_PIN ?= 2 # This queries git to produce a version string like "esp-link v0.9.0 2015-06-01 34bc76" # If you don't have a proper git checkout or are on windows, then simply swap for the constant +# Steps to release: create release on github, git pull, git describe --tags to verify you're +# on the release tag, make release, upload esp-link.tgz into the release files #VERSION ?= "esp-link custom version" DATE := $(shell date '+%F %T') BRANCH := $(shell git describe --tags)