mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +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:
@@ -12,11 +12,12 @@ git submodule update --init --recursive
|
||||
cd jni/deltachat-core-rust
|
||||
git checkout master
|
||||
git pull
|
||||
commitmsg=`git log -1 --pretty=%s`
|
||||
cd ../..
|
||||
|
||||
# commit changes
|
||||
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 "use 'git push' to use them or 'git reset HEAD~1; git submodule update --recursive' to abort on your own risk :)"
|
||||
|
||||
Reference in New Issue
Block a user