This repository was archived by the owner on Sep 14, 2023. It is now read-only.
File tree 4 files changed +41
-5
lines changed
4 files changed +41
-5
lines changed Original file line number Diff line number Diff line change
1
+ categories :
2
+ - title : ' Features'
3
+ labels :
4
+ - ' feature'
5
+ - ' enhancement'
6
+ - title : ' Bug Fixes'
7
+ labels :
8
+ - ' fix'
9
+ - ' bugfix'
10
+ - ' bug'
11
+ - title : ' Maintenance'
12
+ label : ' chore'
13
+ exclude-labels :
14
+ - ' skip-changelog'
15
+ template : |
16
+ ## Changes
17
+
18
+ $CHANGES
Original file line number Diff line number Diff line change
1
+ name : Release Management
2
+
3
+ on :
4
+ push :
5
+ # branches to consider in the event; optional, defaults to all
6
+ branches :
7
+ - master
8
+
9
+ jobs :
10
+ update_draft_release :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ # Drafts your next Release notes as Pull Requests are merged into "master"
14
+ - uses : toolmantim/release-drafter@v5.2.0
15
+ env :
16
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/PyCQA/doc8.git
4
- rev : 0.8.1rc1
4
+ rev : 0.8.1rc2
5
5
hooks :
6
6
- id : doc8
7
7
- repo : https://github.com/python/black
10
10
- id : black
11
11
language_version : python3
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks.git
13
- rev : v2.1 .0
13
+ rev : v2.3 .0
14
14
hooks :
15
15
- id : end-of-file-fixer
16
16
- id : trailing-whitespace
@@ -20,20 +20,20 @@ repos:
20
20
- id : check-merge-conflict
21
21
- id : debug-statements
22
22
- repo : https://gitlab.com/pycqa/flake8.git
23
- rev : 3.7.7
23
+ rev : 3.7.8
24
24
hooks :
25
25
- id : flake8
26
26
additional_dependencies :
27
27
- flake8-black
28
28
- repo : https://github.com/adrienverge/yamllint.git
29
- rev : v1.15 .0
29
+ rev : v1.17 .0
30
30
hooks :
31
31
- id : yamllint
32
32
files : \.(yaml|yml)$
33
33
types : [file, yaml]
34
34
entry : yamllint --strict
35
35
- repo : https://github.com/codespell-project/codespell.git
36
- rev : v1.15 .0
36
+ rev : v1.16 .0
37
37
hooks :
38
38
- id : codespell
39
39
name : codespell
Original file line number Diff line number Diff line change 8
8
allow-non-breakable-words: true
9
9
allow-non-breakable-inline-mappings: true
10
10
key-duplicates: enable
11
+ truthy:
12
+ allowed-values: ['true', 'false', 'on']
11
13
ignore: |
12
14
.tox
You can’t perform that action at this time.
0 commit comments