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

Commit 785f1db

Browse files
committed
Makefile: release target does not update translations any more
1 parent d72a9b1 commit 785f1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ defaults/preferences/update.js:
2020
cp defaults/preferences/update_$(update).txt $@
2121

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

2828
# Targets to update translations

0 commit comments

Comments
 (0)