Skip to content

Commit

Permalink
Auto generate/v0.22.11 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Jul 31, 2023
1 parent 5dce13b commit f0b9061
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 2 deletions.
30 changes: 30 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'

template: |
## General Changes
$CHANGES
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'

version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
15 changes: 15 additions & 0 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Release Drafter Action

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.22.10
v0.22.11
2 changes: 1 addition & 1 deletion metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4793,7 +4793,7 @@
"url": "https://www.gnu.org/licenses/agpl-3.0.de.html"
},
"title": "metal-api",
"version": "v0.22.10"
"version": "v0.22.11"
},
"paths": {
"/v1/audit/find": {
Expand Down

0 comments on commit f0b9061

Please sign in to comment.