mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-27 03:42:39 +00:00
5 lines
148 B
Bash
Executable File
5 lines
148 B
Bash
Executable File
#!/bin/sh
|
|
git add Passepartout/App/*/CHANGELOG.md
|
|
git add Passepartout/App/*/fastlane/metadata/*/release_notes.txt
|
|
git commit -m "Set beta release"
|