This is an automated email from the ASF dual-hosted git repository.
heejong pushed a commit to branch release-2.31.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.31.0 by this push:
new 586fb96 Merge pull request #15031: [BEAM-12507][BEAM-12508] Fix
release content blockers
new 3839b83 Merge pull request #15035 from apilloud/blockers
586fb96 is described below
commit 586fb9624e7a9e037021ce0c966798a636eb6380
Author: Andrew Pilloud <[email protected]>
AuthorDate: Thu Jun 17 17:11:20 2021 -0700
Merge pull request #15031: [BEAM-12507][BEAM-12508] Fix release content
blockers
---
.gitattributes | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.gitattributes b/.gitattributes
index 6ac63eb..9484cbe 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -32,4 +32,7 @@ Dockerfile text
.gitignore export-ignore
.gitattributes export-ignore
/gradlew* export-ignore
-/gradle export-ignore
+**/gradle export-ignore
+
+# Website is not part of archive
+/website export-ignore