Skip to content

Commit

Permalink
Makefile: release target text updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Trim committed Jan 30, 2018
1 parent 34e5849 commit 03f485d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -22,8 +22,8 @@ defaults/preferences/update.js:
# Target to publish a new release:
release: build
git tag "v$(version)"
@echo 'Build done, tag added.'
@echo 'Now, if the release is well done, please run one "git push" to publish code and one "git push v$(version)" to publish the new tag.'
@echo 'Build done, tag localy added.'
@echo 'If the release is well done, please run "git push origin v$(version)" to publish the new tag.'

# Targets to update translations
# Requires an already configured Transifex client: https://docs.transifex.com/client/introduction
Expand Down

0 comments on commit 03f485d

Please sign in to comment.