mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
make tracking core versions easier (#2152)
* nicer commit messasge on updating core this sets the commit message for updating core module to sth. as `update deltachat-core-rust submodule to 'prepare 1.68 (#2844)'` instead of always the same message `update deltachat-core-rust submodule`. this makes it easier to track changes. * add a hint to release checklist to include the used core version
This commit is contained in:
parent
f1f7156f15
commit
e784b01f37
2 changed files with 8 additions and 7 deletions
|
@ -15,12 +15,12 @@ this will take some time - meanwhile we're doing some housekeeping:
|
||||||
$ ./scripts/tx-pull-translations.sh
|
$ ./scripts/tx-pull-translations.sh
|
||||||
$ ./scripts/create-local-help.sh
|
$ ./scripts/create-local-help.sh
|
||||||
|
|
||||||
4. add a device message to ConversationListActivity::onCreate()
|
4. a) update CHANGELOG.md
|
||||||
and update CHANGELOG.md
|
from https://github.com/deltachat/deltachat-core-rust/blob/master/CHANGELOG.md
|
||||||
(the core-changelog at
|
and https://github.com/deltachat/deltachat-android/pulls?q=is%3Apr+is%3Aclosed+sort%3Aupdated-desc
|
||||||
https://github.com/deltachat/deltachat-core-rust/blob/master/CHANGELOG.md
|
b) add used core version to CHANGELOG.md
|
||||||
and the "N commits to master since last release" on
|
c) add a device message to ConversationListActivity::onCreate()
|
||||||
https://github.com/deltachat/deltachat-android/releases gives some hints)
|
or remove the old one
|
||||||
|
|
||||||
in Android Studio:
|
in Android Studio:
|
||||||
|
|
||||||
|
|
|
@ -12,11 +12,12 @@ git submodule update --init --recursive
|
||||||
cd jni/deltachat-core-rust
|
cd jni/deltachat-core-rust
|
||||||
git checkout master
|
git checkout master
|
||||||
git pull
|
git pull
|
||||||
|
commitmsg=`git log -1 --pretty=%s`
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
# commit changes
|
# commit changes
|
||||||
git add jni/deltachat-core-rust
|
git add jni/deltachat-core-rust
|
||||||
git commit -m "update deltachat-core-rust submodule"
|
git commit -m "update deltachat-core-rust submodule to '$commitmsg'"
|
||||||
|
|
||||||
echo "changes are commited to local repo."
|
echo "changes are commited to local repo."
|
||||||
echo "use 'git push' to use them or 'git reset HEAD~1; git submodule update --recursive' to abort on your own risk :)"
|
echo "use 'git push' to use them or 'git reset HEAD~1; git submodule update --recursive' to abort on your own risk :)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue