Skip to content

Commit

Permalink
Add release drafter config
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoucheiron committed Dec 28, 2023
1 parent 8f5d8c7 commit 22c7bd8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 35 deletions.
17 changes: 17 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: |
## Changes
32 changes: 0 additions & 32 deletions .github/workflows/release-drafter.yml

This file was deleted.

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pytest-cov==4.1.0
pytest-repeat==0.9.3
sniffio==1.3.0
tomli==2.0.1
typing-extensions==3.7.1
typing-extensions==4.7.1
wheel==0.42.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ pyyaml-env-tag==0.1
six==1.16.0
soupsieve==2.5
tornado==6.4
typing-extensions==3.7.1
typing-extensions==4.7.1
watchdog==3.0.0
zipp==3.17.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# make freeze
#
pydantic==1.9.0
typing-extensions==3.7.1
typing-extensions==4.7.1

0 comments on commit 22c7bd8

Please sign in to comment.