Skip to content

Commit

Permalink
Add Release Drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed May 25, 2020
1 parent 1a4fefa commit 7eeabeb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
categories:
- title: ':rocket: Features'
labels:
- 'enhancement'
- title: ':bug: Bug Fixes'
labels:
- 'bug'
- title: ':dart: Dependencies'
labels:
- 'dependency'

template: |
# :mega: Lagom Elasticsearch Client X.Y.Z released!
We are pleased to announce the release of Elasticsearch Client for [Lagom](https://www.lagomframework.com/) framework.
## :green_book: What’s Changed
All the changes you can see on the corresponding page of [GitHub Milestone](https://github.com/taymyr/lagom-elasticsearch-client/milestone/7?closed=1)
$CHANGES
## :bow: Credits
Special thanks to the following contributors who helped with this release: $CONTRIBUTORS
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ if: type != push OR tag IS present OR fork OR branch = master

env:
- SCALA_VERSION=2.11 LAGOM_VERSION=1.4.15
- SCALA_VERSION=2.12 LAGOM_VERSION=1.5.4
- SCALA_VERSION=2.13 LAGOM_VERSION=1.6.0-RC1
- SCALA_VERSION=2.12 LAGOM_VERSION=1.5.5
- SCALA_VERSION=2.13 LAGOM_VERSION=1.6.2

jdk:
- openjdk8
Expand Down

0 comments on commit 7eeabeb

Please sign in to comment.