Skip to content

Commit 28bd7b7

Browse files
committed
Update branch from master to main
1 parent b5ffb0e commit 28bd7b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
- `cd ./stable/latest`
1616
- `ln -sf ../$version/docs ./docs`
1717
- Squash the commits in `gh-pages` while you are at it
18-
- Update versions in master to the next one
18+
- Update versions in main to the next one
1919
- 🎉

src/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def github_search(token, repo_name, start_date, end_date):
2121
query = """
2222
query {
2323
24-
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) {
24+
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) {
2525
edges {
2626
node {
2727
... on PullRequest {

0 commit comments

Comments
 (0)