Skip to content

Commit

Permalink
Add release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lando committed Jul 30, 2024
1 parent 535fa4b commit 73c4cc8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/create-release-from-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Create draft release from CHANGELOG.md

on:
push:
paths:
- 'CHANGELOG.md'

jobs:
update-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create draft release if needed
uses: apivideo/api.video-release-from-changelog-action@main
with:
github-auth-token: ${{ secrets.GITHUB_TOKEN }}
prefix: v

0 comments on commit 73c4cc8

Please sign in to comment.