Skip to content

Commit 6d7c682

Browse files
authored
🐛 semantic-release
1 parent 173ee47 commit 6d7c682

14 files changed

Lines changed: 10674 additions & 290 deletions

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
# Checklist:
1414

15-
- [ ] I've read the contributing guidelines of this project
16-
- [ ] I've added a `BUMP_MAJOR`, `BUMP_MINOR`, or `BUMP_PATCH` label to this PR to increment the version
15+
- [ ] I've read the [contributing guidelines](https://juftin.com/camply/contributing) of this project
1716
- [ ] I've installed and used `.pre_commit` on all my code
1817
- [ ] I have documented my code, particularly in hard-to-understand areas
1918
- [ ] I have made any necessary corresponding changes to the documentation

.github/dependabot.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@ updates:
66
interval: monthly
77
labels:
88
- dependencies
9-
- BUMP_PATCH
109
- package-ecosystem: pip
1110
directory: /.github/workflows
1211
schedule:
1312
interval: monthly
1413
labels:
1514
- dependencies
16-
- BUMP_PATCH
1715
- package-ecosystem: pip
1816
directory: /docs
1917
schedule:
2018
interval: monthly
2119
labels:
2220
- dependencies
23-
- BUMP_PATCH
2421
- package-ecosystem: pip
2522
directory: /
2623
schedule:
@@ -30,4 +27,3 @@ updates:
3027
- dependency-type: all
3128
labels:
3229
- dependencies
33-
- BUMP_PATCH

.github/labels.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33
#
44
# The repository labels will be automatically configured using this file and
55
# the GitHub Action https://github.com/marketplace/actions/github-labeler.
6-
- name: BUMP_MAJOR
7-
description: Apply a MAJOR version bump
8-
color: af9500
9-
- name: BUMP_MINOR
10-
description: Apply a MINOR version bump
11-
color: d7d7d7
12-
- name: BUMP_PATCH
13-
description: Apply a PATCH version bump
14-
color: ad8a56
156
- name: breaking
167
description: Breaking Changes
178
color: bfd4f2

0 commit comments

Comments
 (0)