Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

Commit f76ce84

Browse files
committed
Add deprecation notice
1 parent d37e508 commit f76ce84

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# github-releasediff
22

3+
> [!IMPORTANT]
4+
> This library is no longer maintained and is archived. It will eventually be deleted.
5+
36
Simple go package to get number of releases between two releases.
47

58
The github client used is [google/go-github](https://github.com/google/go-github)
@@ -28,4 +31,4 @@ fmt.Printf("%v\n", resp.Rate)
2831
// Output:
2932
// There are 2 releases between v2.0.2 and v2.1.0
3033
// github.Rate{Limit:5000, Remaining:4685, Reset:github.Timestamp{2020-10-07 09:30:12 +0200 CEST}}
31-
```
34+
```

0 commit comments

Comments
 (0)