Skip to content

Commit

Permalink
ci(release-drafter): add release-drafter config (#2)
Browse files Browse the repository at this point in the history
* docs(readme): fix gopher image

* ci(release-drafter): add release-drafter config
  • Loading branch information
steebchen committed Jun 4, 2019
1 parent 06e1a95 commit 26f70f4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name-template: v$NEXT_PATCH_VERSION 🌈
categories:
- title: πŸš€ Features
labels:
- feature
- enhancement
- title: πŸ› Bug Fixes
labels:
- bug
- title: πŸ”– Documentation
labels:
- documentation
- title: 🧰 Maintenance
label:
- ci
- chore
template: |
## Changes
$CHANGES
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

The package gqlclient provides a GraphQL client implementation.

![./gopher.svg](https://github.com/MariaLetta/free-gophers-pack)
<p align="center">
<img src="./gopher.svg" alt="GraphQL Gopher" height="350" />
</p>

- Simple, familiar API
- Use strong Go types for response and variables
Expand Down

0 comments on commit 26f70f4

Please sign in to comment.