Skip to content

Commit

Permalink
Merge branch 'release/0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
usommerl committed Feb 28, 2021
2 parents 05cb6e8 + 1a5223f commit 73c7a38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,6 @@ jobs:
region: europe-west1
env: .github/workflows/cloud_run_env_vars
service key: ${{ secrets.GCP_SA_KEY }}
- name: Generate release changelog
id: generate-release-changelog
uses: heinrichreimer/github-changelog-generator-action@v2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
onlyLastTag: true
stripHeaders: true
stripGeneratorNotice: true
author: true
issues: true
issuesWoLabels: true
pullRequests: true
prWoLabels: true
verbose: true
compareLink: true
httpCache: true
filterByMilestone: true
unreleased: true
- name: Create GitHub release
uses: release-drafter/release-drafter@v5
env:
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.25")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.26")
addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.0")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
Expand Down

0 comments on commit 73c7a38

Please sign in to comment.