Skip to content

Commit

Permalink
add release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Sep 8, 2024
1 parent 04d3a8e commit 2b6fd61
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Release Drafter

on:
push:
branches:
- main

permissions:
contents: read

jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

template: |
## v$RESOLVED_VERSION
The latest changes to `llm-cloudflare`:
$CHANGES
Delta since the last release: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION

0 comments on commit 2b6fd61

Please sign in to comment.