diff options
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 |