Skip to content

Commit

Permalink
fixup release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Sep 8, 2024
1 parent 2b6fd61 commit 47e0c03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 10 additions & 0 deletions .github/release-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: draft.yml
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 47e0c03

Please sign in to comment.