We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1765279 commit 3d5ec20Copy full SHA for 3d5ec20
build/release/pre_gen_release_notes.py
@@ -17,6 +17,8 @@
17
# limitations under the License.
18
#
19
20
+# This script is inspired by Apache Spark
21
+
22
# This script simplifies the process of creating release notes, it
23
# - folds the original and the revert commits
24
# - filters out unrelated commits
build/release/release_utils.py
@@ -16,6 +16,9 @@
16
# See the License for the specific language governing permissions and
# This file contains helper methods used in creating a release.
import re
0 commit comments