diff --git a/process.md b/process.md index 7d1b25e..3667c81 100644 --- a/process.md +++ b/process.md @@ -15,5 +15,5 @@ - `cd ./stable/latest` - `ln -sf ../$version/docs ./docs` - Squash the commits in `gh-pages` while you are at it -- Update versions in master to the next one +- Update versions in main to the next one - 🎉 diff --git a/src/release.py b/src/release.py index 3071546..7dc4a66 100644 --- a/src/release.py +++ b/src/release.py @@ -21,7 +21,7 @@ def github_search(token, repo_name, start_date, end_date): query = """ query { - search(query: "repo:gtk-rs/{repo_name} is:pr is:closed merged:{start_date}..{end_date} base:master sort:created-desc -author:app/dependabot", type: ISSUE, last: 100) { + search(query: "repo:gtk-rs/{repo_name} is:pr is:closed merged:{start_date}..{end_date} base:main sort:created-desc -author:app/dependabot", type: ISSUE, last: 100) { edges { node { ... on PullRequest {