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 5913630 commit f8b06e1Copy full SHA for f8b06e1
1 file changed
ci/generate_release_notes.py
@@ -6,9 +6,6 @@
6
import argparse
7
import subprocess
8
import sys
9
-from pathlib import Path
10
-import requests
11
-import json
12
13
def get_commits_since_last_tag(tag):
14
"""Get commits since the last tag"""
0 commit comments