diff options
| author | lain <lain@soykaf.club> | 2024-08-01 08:53:29 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2024-08-01 08:53:29 +0000 |
| commit | 36d469cf022ea66947a73ee4c762d7f459aceee4 (patch) | |
| tree | 5f8824d56f10d1c94353afeb77833cd250e67369 /tools/check-changelog | |
| parent | 7566b4a348c66fcea45bcb017979ece9c7b45b3a (diff) | |
| parent | a5d32aab50abf725196fa782775a38907b4b2afa (diff) | |
| download | pleroma-36d469cf022ea66947a73ee4c762d7f459aceee4.tar.gz pleroma-36d469cf022ea66947a73ee4c762d7f459aceee4.zip | |
Merge branch 'release/2.7.0' into 'stable'
v2.7.0
See merge request pleroma/pleroma!4179
Diffstat (limited to 'tools/check-changelog')
| -rw-r--r-- | tools/check-changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-changelog b/tools/check-changelog index 60692033f..d053ed577 100644 --- a/tools/check-changelog +++ b/tools/check-changelog @@ -6,7 +6,7 @@ git remote add upstream https://git.pleroma.social/pleroma/pleroma.git git fetch upstream ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}:refs/remotes/upstream/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME git diff --raw --no-renames upstream/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME HEAD -- changelog.d | \ - grep ' A\t' | grep '\.\(skip\|add\|remove\|fix\|security\)$' + grep ' A\t' | grep '\.\(skip\|add\|remove\|fix\|security\|change\)$' ret=$? if [ $ret -eq 0 ]; then |
