We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bc41d commit 6611dfcCopy full SHA for 6611dfc
Makefile
@@ -3,7 +3,7 @@ validate_translation_files test_requirements test fix_transifex_resource_names_d
3
retry_merge_transifex_bot_pull_requests
4
5
# Default release/project to work on. Override to release project e.g. `zebrawood` when cutting a release.
6
-export RELEASE := main
+export RELEASE ?= main
7
8
piptools:
9
pip install -q -r requirements/pip_tools.txt
0 commit comments