Skip to content

Commit 2eecc00

Browse files
committed
prep 8.2.3
1 parent c3aef95 commit 2eecc00

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 8.2.3
2+
- Added `generateReleaseNotes` boolean to CreateRelase class to have github auto-create release notes
3+
- Added `generateReleaseNotes` method to RepositoriesService to have github create release notes
4+
between to tags (without creating a release) and return the name and body. This is helpful when you want to add the release notes to a CHANGELOG.md before making the actual release
15
## 8.2.2
26
- Up minimum json_serializable to ^6.0.0, json_annotation to ^4.3.0
37
- Cleanup and regenerate generated files

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: github
2-
version: 8.2.2
2+
version: 8.2.3
33
description: A high-level GitHub API Client Library that uses Github's v3 API
44
homepage: https://github.com/SpinlockLabs/github.dart
55

0 commit comments

Comments
 (0)