Skip to content

Commit

Permalink
Merge pull request #17 from HealthyPear/maintenance-add_mailmap_relea…
Browse files Browse the repository at this point in the history
…se_drafter

Add mailmap release drafter
  • Loading branch information
HealthyPear committed Nov 4, 2020
2 parents cc195ab + 2c8978f commit 56955c5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
categories:
- title: '🚀 General features'
labels:
- 'enhancement'
# - title: '🔭 Pipeline applications'
# labels:
# - 'pipeline applications'
# - 'divergent pointing'
# - title: '🌐 GRID support'
# labels:
# - 'grid'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- 'wrong behaviour'
- 'fix'
- title: '🧰 Maintenance'
labels:
- 'maintenance'
- 'documentation'
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
template: |
### Contributors
$CONTRIBUTORS
## What is changed since $PREVIOUS_TAG
$CHANGES
16 changes: 16 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Release Drafter

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5.12.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Michele Peresano <michele.peresano@cea.fr> Michele Peresano <michele.peresano@.cea.fr>
Michele Peresano <michele.peresano@cea.fr> Michele Peresano <peresano.michele@gmail.com>
Julien Lefaucheur <julien.lefaucheur@cea.fr> hijlk <julien.lefaucheur@obspm.fr>
David Landriu <landriu@sapcta.extra.cea.fr>

0 comments on commit 56955c5

Please sign in to comment.