aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-10 02:52:34 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-10 02:52:34 -0200
commitb052d533cc6ec260c6413e8e0e250fd88021f60b (patch)
tree13643285b29af9b526da8076ae40398e477a0af1 /Makefile
parent14b572146b96a3edef82c3960554b788131868aa (diff)
downloadboaspraticas-b052d533cc6ec260c6413e8e0e250fd88021f60b.tar.gz
boaspraticas-b052d533cc6ec260c6413e8e0e250fd88021f60b.tar.bz2
Mais sobre o projeto de exemplo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb829a8..a3dabe2 100644
--- a/Makefile
+++ b/Makefile
@@ -165,4 +165,12 @@ doc: web
@pandoc ementa.rst -o _build/odt/ementa.odt
@pandoc ementa.rst -o _build/docx/ementa.docx
+release:
+ @git checkout develop
+ @git commit -a
+ @git checkout master
+ @git merge develop
+ @git checkout develop
+ @git push --all
+
publish: web web_deploy