Skip to content

Commit

Permalink
πŸ› semantic-release (#61)
Browse files Browse the repository at this point in the history
* πŸ”’ semantic-release

* 🚧 Linting
  • Loading branch information
juftin authored Dec 22, 2022
1 parent 6b1c292 commit a750913
Show file tree
Hide file tree
Showing 13 changed files with 10,677 additions and 232 deletions.
3 changes: 1 addition & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Please also list any relevant details for your test configuration

# Checklist:

- [ ] I've read the contributing guidelines of this project
- [ ] I've added a `BUMP_MAJOR`, `BUMP_MINOR`, or `BUMP_PATCH` label to this PR to increment the version
- [ ] I've read the [contributing guidelines](https://juftin.com/lunchable/contributing) of this project
- [ ] I've installed and used `.pre_commit` on all my code
- [ ] I have documented my code, particularly in hard-to-understand areas
- [ ] I have made any necessary corresponding changes to the documentation
4 changes: 0 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,18 @@ updates:
interval: monthly
labels:
- dependencies
- BUMP_PATCH
- package-ecosystem: pip
directory: /.github/workflows
schedule:
interval: monthly
labels:
- dependencies
- BUMP_PATCH
- package-ecosystem: pip
directory: /docs
schedule:
interval: monthly
labels:
- dependencies
- BUMP_PATCH
- package-ecosystem: pip
directory: /
schedule:
Expand All @@ -30,4 +27,3 @@ updates:
- dependency-type: all
labels:
- dependencies
- BUMP_PATCH
12 changes: 0 additions & 12 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# Labels names are important as they are used by Release Drafter to decide
# regarding where to record them in changelog or if to skip them.
#
# The repository labels will be automatically configured using this file and
# the GitHub Action https://github.com/marketplace/actions/github-labeler.
- name: BUMP_MAJOR
description: Apply a MAJOR version bump
color: af9500
- name: BUMP_MINOR
description: Apply a MINOR version bump
color: d7d7d7
- name: BUMP_PATCH
description: Apply a PATCH version bump
color: ad8a56
- name: breaking
description: Breaking Changes
color: bfd4f2
Expand Down
Loading

0 comments on commit a750913

Please sign in to comment.