Add script to run after beta release

This commit is contained in:
Davide De Rosa 2021-10-01 11:05:43 +02:00
parent af5be8035f
commit c3d202eef5
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
CHANGELOG_GLOB="Passepartout/App/*/CHANGELOG.md"
sed -i '' -E "s/^.*Beta.*$/## Unreleased/g" $CHANGELOG_GLOB