diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-10 02:52:34 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-10 02:52:34 -0200 |
commit | b052d533cc6ec260c6413e8e0e250fd88021f60b (patch) | |
tree | 13643285b29af9b526da8076ae40398e477a0af1 /Makefile | |
parent | 14b572146b96a3edef82c3960554b788131868aa (diff) | |
download | boaspraticas-b052d533cc6ec260c6413e8e0e250fd88021f60b.tar.gz boaspraticas-b052d533cc6ec260c6413e8e0e250fd88021f60b.tar.bz2 |
Mais sobre o projeto de exemplo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |