Skip to content

Commit

Permalink
Merge pull request #1 from theohbrothers/feature/add-terraform-bare-a…
Browse files Browse the repository at this point in the history
…nd-sops-variants

Feature: Add terraform bare and sops multi arch variants
  • Loading branch information
leojonathanoh authored Sep 15, 2021
2 parents 1464781 + 0f9f583 commit de6b680
Show file tree
Hide file tree
Showing 27 changed files with 3,082 additions and 10 deletions.
52 changes: 52 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# For Generate-DockerImageVariants: For CalVer releases. Each push to 'release' branch is a time-based release.
name-template: '$RESOLVED_VERSION 🌈'
tag-template: '$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🖊️ Refactors'
labels:
- 'refactor'
- title: '👗 Style'
labels:
- 'style'
- title: '📝 Documentation'
labels:
- 'docs'
- 'documentation'
- title: '🧰 Maintenance'
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
# - 'major'
- 'breaking'
minor:
labels:
# - 'minor'
- 'feature'
- 'enhancement'
- 'refactor'
patch:
labels:
# - 'patch'
- 'fix'
- 'bugfix'
- 'bug'
- 'style'
- 'docs'
- 'documentation'
default: patch
sort-by: title
template: |
## Changes
$CHANGES
Loading

0 comments on commit de6b680

Please sign in to comment.