mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-20 23:52:10 +00:00
5 lines
148 B
Bash
5 lines
148 B
Bash
|
#!/bin/sh
|
||
|
git add Passepartout/App/*/CHANGELOG.md
|
||
|
git add Passepartout/App/*/fastlane/metadata/*/release_notes.txt
|
||
|
git commit -m "Set beta release"
|