mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-26 11:22:40 +00:00
20a6ba1dc3
/ = Local scripts ci = Remote scripts (run by workflow) util = Utilities
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
|