Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
416678fa
Commit
416678fa
authored
Jan 06, 2020
by
intrigeri
Browse files
Release process: split one-liner
parent
6c9205f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/release_process.mdwn
View file @
416678fa
...
@@ -436,8 +436,10 @@ pages that were added or changed accordingly to changes coming with
...
@@ -436,8 +436,10 @@ pages that were added or changed accordingly to changes coming with
the new release. This e.g. ensures that the RC call for translation
the new release. This e.g. ensures that the RC call for translation
points translators to up-to-date PO files:
points translators to up-to-date PO files:
./build-website && git add wiki/src && git commit -m 'Update website PO files.'
./build-website && \
git push origin "${RELEASE_BRANCH:?}:${RELEASE_BRANCH:?}"
git add wiki/src && \
git commit -m 'Update website PO files.'
git push origin "${RELEASE_BRANCH:?}:${RELEASE_BRANCH:?}"
Call for translation
Call for translation
====================
====================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment