Skip to content

Commit

Permalink
ZIOfy uuid4cats-effect lib (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Aug 29, 2023
1 parent 90fc635 commit 25bb255
Show file tree
Hide file tree
Showing 36 changed files with 1,717 additions and 1,367 deletions.
1 change: 0 additions & 1 deletion .envrc

This file was deleted.

6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
61 changes: 61 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'

version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: minor

categories:
- title: 'Features'
label: 'enhancement'
- title: 'Bug Fixes'
label: 'bug'
- title: 'Dependencies'
label: 'dependencies'

exclude-labels:
- 'skip'

autolabeler:
- label: 'bug'
title:
- '/.*\[fix\].*/'
- label: 'patch'
title:
- '/.*\[fix\].*/'
- label: 'enhancement'
title:
- '/.*\[feat\].*/'
- label: 'minor'
title:
- '/.*\[feat\].*/'
- label: 'skip'
title:
- '/.*\[skip\].*/'
- label: 'major'
title:
- '/.*\[breaking\].*/'

replacers:
- search: '/\[feat\]/g'
replace: ''
- search: '/\[fix\]/g'
replace: ''
- search: '/\[skip\]/g'
replace: ''
- search: '/\[breaking\]/g'
replace: ''

template: |
# What's Changed
$CHANGES
Loading

0 comments on commit 25bb255

Please sign in to comment.