Skip to content

Commit

Permalink
Create release.yamll (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Jun 16, 2023
1 parent d5a3d7c commit e973303
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ coverage:
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: true # if false: post the comment even if coverage don't change
require_changes: true # if false: post the comment even if coverage doesn't change
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
34 changes: 34 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
#
# Based on https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

changelog:
exclude:
# labels:
# - ignore-for-release
# authors:
# - john-doe
categories:
- title: Breaking Changes 🛠
labels:
- breaking
- Breaking
- title: Implemented Enhancements 🎉
labels:
- Feature
- enhancement
- title: Fixed Bugs 🪲
labels:
- Bug
- bug
- title: Other Changes
labels:
- "*"
# exclude:
# labels:
# - dependencies
- title: 👒 Dependencies
labels:
- dependencies
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Clients:

- Spot REST Clients
- Spot Websocket Client
- Spot Orderbook Client
- Futures REST Clients
- Futures Websocket Client

Expand Down

0 comments on commit e973303

Please sign in to comment.