mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 12:52:11 +00:00
Commit English release notes from CHANGELOG
Stripped of trailing GitHub links.
This commit is contained in:
parent
fd7a75af5c
commit
3cc2dd8005
5
ci/commit-release-notes.sh
Executable file
5
ci/commit-release-notes.sh
Executable file
@ -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
Block a user