You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/05/04 06:03:19 UTC

[flink-statefun] branch release-2.0 updated: [FLINK-17287][github] Disable merge commit button

This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/release-2.0 by this push:
     new 72ef2ac  [FLINK-17287][github] Disable merge commit button
72ef2ac is described below

commit 72ef2ac3cebff151a94f7a6d798a07651b448859
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Apr 21 10:11:25 2020 +0200

    [FLINK-17287][github] Disable merge commit button
    
    This closes #101.
---
 .asf.yaml                                | 5 +++++
 tools/releasing/create_source_release.sh | 1 +
 2 files changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..930c896
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,5 @@
+github:
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: true
diff --git a/tools/releasing/create_source_release.sh b/tools/releasing/create_source_release.sh
index 82a13bc..ab2ed87 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -71,6 +71,7 @@ git clone ${PROJECT_ROOT} ${CLONE_DIR}
 cd ${CLONE_DIR}
 rsync -a \
   --exclude ".git" --exclude ".gitignore" \
+  --exclude ".asf.yaml" \
   --exclude "target" \
   --exclude ".idea" --exclude "*.iml" \
   --exclude ".travis.yml" \