Skip to content

Commit

Permalink
Enable GitHub auto generated release notes for GitHub releases (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencehonles authored Jun 13, 2022
1 parent 2c88482 commit fa28832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
repo: context.repo.repo,
tag_name: tagName,
name: `Release ${tagName.replace(/^v/, '')}`,
generate_release_notes: true,
});
if (release.status < 200 || release.status >= 300) {
Expand Down
1 change: 1 addition & 0 deletions scripts/typecheck_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"browsable_api": [
'(expression has type "List[Dict[str, Dict[str, int]]]", base class "GenericAPIView" defined the type as "Union[QuerySet[_MT?], Manager[_MT?], None]")', # noqa: E501
'expression has type "List[Dict[str, Dict[str, int]]]"',
'List item 0 has incompatible type "Type[IsAuthenticated]',
],
"conftest.py": ["Unsupported operand types for"],
"models.py": ['"ForeignKeyTarget" has no attribute "sources"'],
Expand Down

0 comments on commit fa28832

Please sign in to comment.