Skip to content

Commit

Permalink
Add gren config (#37)
Browse files Browse the repository at this point in the history
Add changelog generated with gren

Signed-off-by: Abdul Qadeer <[email protected]>
  • Loading branch information
Abdul Qadeer authored Sep 20, 2021
1 parent 9345bc9 commit 4de6eea
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .grenrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"dataSource": "milestones",
"groupBy": {
"Features:": ["enhancement", "documentation"],
"Bug Fixes:": ["bug"]
},
"ignoreLabels": ["help wanted", "question", "good first issue"],
"milestoneMatch": "{{tag_name}}",
"changelogFilename": "CHANGELOG.md"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## v0.1.1 (26/02/2021)

#### Bug Fixes:

- [**bug**] Cannot use the LibraryClient with the watcher [#18](https://github.com/paypal/load-watcher/issues/18)

---

## v0.1.0 (24/02/2021)

#### Enhancements:

- [**enhancement**] Maintaining consistent release version [#17](https://github.com/paypal/load-watcher/issues/17)
- [**enhancement**] Move metricsprovider to internal [#15](https://github.com/paypal/load-watcher/issues/15)
- [**enhancement**] Need lib to run `load-watcher` client [#12](https://github.com/paypal/load-watcher/issues/12)
- [**enhancement**] Prometheus Client is Missing [#10](https://github.com/paypal/load-watcher/issues/10)
- [**documentation**][**enhancement**] Dockerfile and k8s deployment tutorial are needed [#5](https://github.com/paypal/load-watcher/issues/5)

#### Bug Fixes:

- [**bug**] Is there some errors? [#7](https://github.com/paypal/load-watcher/issues/7)

0 comments on commit 4de6eea

Please sign in to comment.