Skip to content

Commit

Permalink
Merge pull request #241 from botblock/master
Browse files Browse the repository at this point in the history
Synchronize development with master
  • Loading branch information
Andre601 authored May 11, 2021
2 parents 517e7ad + 88ea0f9 commit b2dc081
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name-template: "v$RESOLVED_VERSION: "
tag-template: "$RESOLVED_VERSION"
prerelease: false
publish: false
exclude-labels:
- "Action: No Changelog"

categories:
- title: "🚀 Features"
labels:
- "Type: Enhancement"
- title: "🐛 Bug fixes"
labels:
- "Type: Bug (Confirmed)"
- title: "🔧 Dependencies"
labels:
- "Type: Dependency update"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
version-resolver:
major:
labels:
- "Action: Update Major"
minor:
labels:
- "Action: Update Minor"
patch:
labels:
- "Action: Update Patch"
default: patch
template: |
## Release Notes
$CHANGES
17 changes: 17 additions & 0 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

name: Release notes

on:
# push:
# branches: [ main ]
pull_request:
branches:
- master

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b2dc081

Please sign in to comment.