mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Ignore CHANGELOG.md while generating changelogs
I heard you liked changelogs, so I put a changelog in your changelog... or something. How meta. Signed-off-by: AJ Jordan <alex@strugee.net>
This commit is contained in:
parent
5e2241d4ae
commit
d31dd61b1b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ lastBuildTag=$(git tag | grep dev | tail -n1)
|
|||
# * Commits touching only non-user-facing stuff like tests
|
||||
# * Version bump commits
|
||||
# * Anything reachable from the previous dev edition tag
|
||||
changelog=$(git log --no-merges --invert-grep --author=dependabot --pretty='format:%s' HEAD "^$lastBuildTag" -- ':!src/androidTest' ':!.*' ':!scripts/' ':!screenshots' | grep -vE '^daily dev [[:digit:]]{8}$')
|
||||
changelog=$(git log --no-merges --invert-grep --author=dependabot --pretty='format:%s' HEAD "^$lastBuildTag" -- ':!src/androidTest' ':!.*' ':!scripts/' ':!screenshots' ':!CHANGELOG.md' | grep -vE '^daily dev [[:digit:]]{8}$')
|
||||
# Make Transifex updates have a nicer description
|
||||
if echo "$changelog" | grep -q 'tx-robot'; then
|
||||
changelog=$(echo "$changelog" | grep -v 'tx-robot')
|
||||
|
|
Loading…
Reference in a new issue