Skip to content

Commit de44c8c

Browse files
Added changelog generator script and configuration. (#289)
1 parent e7d5efe commit de44c8c

File tree

3 files changed

+133
-9486
lines changed

3 files changed

+133
-9486
lines changed

.github_changelog_generator

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#!/bin/bash
2+
#
3+
# Licensed to the Apache Software Foundation (ASF) under one
4+
# or more contributor license agreements. See the NOTICE file
5+
# distributed with this work for additional information
6+
# regarding copyright ownership. The ASF licenses this file
7+
# to you under the Apache License, Version 2.0 (the
8+
# "License"); you may not use this file except in compliance
9+
# with the License. You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing,
14+
# software distributed under the License is distributed on an
15+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
# KIND, either express or implied. See the License for the
17+
# specific language governing permissions and limitations
18+
# under the License.
19+
#
20+
21+
# point to the old changelog in apache/arrow
22+
front-matter=For older versions, see [apache/arrow/CHANGELOG.md](https://github.com/apache/arrow/blob/master/CHANGELOG.md)\n
23+
# some issues are just documentation
24+
add-sections={"documentation":{"prefix":"**Documentation updates:**","labels":["documentation"]}}
25+
# uncomment to not show PRs. TBD if we shown them or not.
26+
#pull-requests=false
27+
# so that the component is shown associated with the issue
28+
issue-line-labels=arrow,parquet,arrow-flight
29+
exclude-labels=development-process,invalid

0 commit comments

Comments
 (0)