Skip to content

Commit

Permalink
Update branch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Oct 22, 2024
1 parent b5ffb0e commit 28bd7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 🎉
2 changes: 1 addition & 1 deletion src/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 28bd7b7

Please sign in to comment.