mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-07 16:32:04 +00:00
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
CHANGELOG_GLOB="Passepartout/App/*/CHANGELOG.md"
|
|
|
|
sed -i '' -E "s/^.*Beta.*$/## Unreleased/g" $CHANGELOG_GLOB
|