Skip to content

Commit 89342d3

Browse files
committed
minor: add infra to list of prefixes to skip in release notes
1 parent ab8c2a4 commit 89342d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mkdir net.sf.eclipsecs.doc/src/main/resources/partials/releases/${RELEASE}
3636
cp -r net.sf.eclipsecs.doc/src/main/templates/release_notes.html \
3737
net.sf.eclipsecs.doc/src/main/resources/partials/releases/${RELEASE}
3838
git log --pretty=oneline --abbrev-commit $(git rev-list --tags --max-count=1)..HEAD \
39-
| grep -vE "minor|doc|config|maven-release-plugin" \
39+
| grep -vE "minor|doc|infra|config|maven-release-plugin" \
4040
| sed 's/^....... //' \
4141
| sed 's/^/ <li>/g' \
4242
| sed 's/$/<\/li>/g' > /tmp/release-notes-content.txt

0 commit comments

Comments
 (0)