This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
forked from callowayproject/bump-my-version
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.composition.yaml
102 lines (102 loc) · 2.52 KB
/
.composition.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
checkout: null
commit: 81c961644e8b14b3d8c77783013ca32a567f1ceb
context:
_copy_without_render:
- .github/**/*.jinja
_dev_requirements:
bump2version: '>=1.0.1'
generate-changelog: '>=0.7.6'
git-fame: '>=1.12.2'
pip-tools: ''
_docs_requirements: {}
_prod_requirements:
environs: '>=9.3.5'
_test_requirements:
coverage: ~=6.1.2
poetry: ~=1.3.2
pre-commit: ~=2.15.0
pytest: ~=6.0.0
pytest-cov: ~=3.0.0
author: Corey Oordt
email: [email protected]
friendly_name: Bump My Version
github_user: callowayproject
packaging_tool: pip/setuptools
project_name: bump-my-version
project_short_description: Version bump your Python project
project_slug: bumpversion
version: 0.1.0
directory: cookiecutter-boilerplate
merge_strategies:
'*.json': comprehensive
'*.yaml': comprehensive
'*.yml': comprehensive
no_input: false
overwrite: []
overwrite_exclude: []
password: null
skip_generation: []
skip_hooks: false
skip_if_file_exists: true
template: /Users/OORDCOR/Projects/datascience-cookiecomposer-templates/
---
checkout: null
commit: 81c961644e8b14b3d8c77783013ca32a567f1ceb
context:
_copy_without_render:
- .github/**/*.yaml
_prod_requirements:
rich-click: ''
friendly_name: Bump My Version
project_name: bump-my-version
project_short_description: Version bump your Python project
project_slug: bumpversion
version: 0.1.0
directory: cookiecutter-cli
merge_strategies:
'*.cfg': comprehensive
'*.json': comprehensive
'*.yaml': comprehensive
'*.yml': comprehensive
no_input: false
overwrite: []
overwrite_exclude: []
password: null
skip_generation: []
skip_hooks: false
skip_if_file_exists: true
template: /Users/OORDCOR/Projects/datascience-cookiecomposer-templates/
---
checkout: null
commit: 81c961644e8b14b3d8c77783013ca32a567f1ceb
context:
_copy_without_render:
- docsrc/**/*.rst
_dev_requirements: {}
_docs_requirements:
Sphinx: '>=4.3.0'
furo: ''
ghp-import: ''
linkify-it-py: ''
myst-parser: ''
sphinx-autodoc-typehints: ''
sphinx-click: ''
sphinx-copybutton: ''
_prod_requirements: {}
friendly_name: Bump My Version
github_user: callowayproject
project_name: bump-my-version
project_slug: bumpversion
directory: cookiecutter-docs
merge_strategies:
'*.json': comprehensive
'*.yaml': comprehensive
'*.yml': comprehensive
no_input: false
overwrite: []
overwrite_exclude: []
password: null
skip_generation: []
skip_hooks: false
skip_if_file_exists: true
template: /Users/OORDCOR/Projects/datascience-cookiecomposer-templates/