Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #146 from Trim/remove-l10n-update-on-release
Browse files Browse the repository at this point in the history
Makefile: release target does not update translations any more
  • Loading branch information
advancingu authored Jan 28, 2018
2 parents d72a9b1 + 785f1db commit 8bae4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ defaults/preferences/update.js:
cp defaults/preferences/update_$(update).txt $@

# Target to publish a new release:
release: l10n-auto-commit build
release: build
git tag "v$(version)"
@echo 'Translations updated, build done, tag added.'
@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.'

# Targets to update translations
Expand Down

0 comments on commit 8bae4af

Please sign in to comment.