]> git.proxmox.com Git - pve-eslint.git/commitdiff
d/scripts: make changes trimmer case insensitive
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Dec 2021 13:09:24 +0000 (14:09 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Dec 2021 13:09:24 +0000 (14:09 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/scripts/prepare-changes.sh

index b6f1df5a0808b8953c567d59df43b80f7d0a37cb..9333e12673a0153692aee1585d51db48b672b74b 100755 (executable)
@@ -17,9 +17,10 @@ cp "$repo/eslint/CHANGELOG.md" "$cfn"
 
 sed -ri 's/^\* \S+ /+ /g' "$cfn"
 
-sed -i '/ Sponsors: /d' "$cfn"
-sed -i '/ Chore: /d' "$cfn"
-sed -i '/ Docs: /d' "$cfn"
+sed -i '/ Sponsors: /Id' "$cfn"
+sed -i '/ Chore: /Id' "$cfn"
+sed -i '/ Docs: /Id' "$cfn"
+sed -i '/ ci: /Id' "$cfn"
 
 if [[ $1 ]]; then
    version="$1"