Skip to content

Commit 3d5ec20

Browse files
committed
credits
1 parent 1765279 commit 3d5ec20

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build/release/pre_gen_release_notes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# limitations under the License.
1818
#
1919

20+
# This script is inspired by Apache Spark
21+
2022
# This script simplifies the process of creating release notes, it
2123
# - folds the original and the revert commits
2224
# - filters out unrelated commits

build/release/release_utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818
#
19+
20+
# This script is inspired by Apache Spark
21+
1922
# This file contains helper methods used in creating a release.
2023

2124
import re

0 commit comments

Comments
 (0)