Skip to content

Commit 245f02b

Browse files
committed
[build] Move GitHub specific files to '.github', update release script
1 parent 745b393 commit 245f02b

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed
File renamed without changes.
File renamed without changes.

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -931,11 +931,7 @@ under the License.
931931
<exclude>**/flink-bin/conf/zoo.cfg</exclude>
932932
<!-- Administrative files in the main trunk. -->
933933
<exclude>**/README.md</exclude>
934-
<exclude>CHANGELOG</exclude>
935-
<exclude>CONTRIBUTING.md</exclude>
936-
<exclude>CONTRIBUTORS</exclude>
937-
<exclude>DEPENDENCIES</exclude>
938-
<exclude>PULL_REQUEST_TEMPLATE.md</exclude>
934+
<exclude>.github/**</exclude>
939935
<!-- Build files -->
940936
<exclude>**/*.iml</exclude>
941937
<exclude>flink-quickstart/**/testArtifact/goal.txt</exclude>

tools/create_release_files.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,11 @@ prepare() {
9393
cd flink
9494
git checkout -b "release-$RELEASE_VERSION-$RELEASE_CANDIDATE" origin/$RELEASE_BRANCH
9595
rm -f .gitignore
96+
rm -f .gitattributes
9697
rm -f .travis.yml
9798
rm -f deploysettings.xml
9899
rm -f CHANGELOG
100+
rm -rf .github
99101
cd ..
100102
}
101103

0 commit comments

Comments
 (0)