Commit English release notes from CHANGELOG
Stripped of trailing GitHub links.
This commit is contained in:
parent
fd7a75af5c
commit
3cc2dd8005
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
TARGET="fastlane/metadata/en-US/release_notes.txt"
|
||||||
|
ci/latest-changelog.sh | sed -E "s/^(.*) \[#.*$/\1/" >$TARGET
|
||||||
|
git add $TARGET
|
||||||
|
git commit -m "Update release notes (en)"
|
Loading…
Reference in New Issue