Skip to content

Commit

Permalink
Generate full test changelog on push
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker authored Nov 16, 2020
1 parent 854576b commit 40daade
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI

on: push

jobs:
build:
runs-on: ubuntu-18.04
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
- name: "✏️ Generate full changelog"
id: generate-full-changelog
uses: heinrichreimer/action-github-changelog-generator@{{ github.sha }}
- name: "📤 Upload changelog"
uses: actions/[email protected]
with:
name: "Changelog"
path: CHANGELOG.md

0 comments on commit 40daade

Please sign in to comment.