Skip to content

Commit

Permalink
Small update on release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Saud-97 committed Nov 10, 2023
1 parent fe4947d commit 1abe09f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
version:
description: 'Version'
description: 'Version (without the v prefix)'
required: true
type: string

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
if: github.event.inputs.version != ''
run: |
set -x
echo "VERSION_TAG=${{github.event.inputs.version}}" >> $GITHUB_ENV
echo "VERSION_TAG=v${{github.event.inputs.version}}" >> $GITHUB_ENV
- name: Get tag name from head commit message
if: startsWith(github.event.head_commit.message, 'Version ')
Expand Down Expand Up @@ -99,10 +99,13 @@ jobs:
tag_name: ${{ env.VERSION_TAG }}
name: TachiyomiS97 ${{ env.VERSION_TAG }}
body: |
[Full changelog](https://github.com/saud-97/TachiyomiS97/compare/${{ steps.last_release.outputs.tag_name }}...${{ env.VERSION_TAG }})
### Changes
[Full changelog ${{ steps.last_release.outputs.tag_name }} -> ${{ env.VERSION_TAG }}](https://github.com/saud-97/TachiyomiS97/compare/${{ steps.last_release.outputs.tag_name }}...${{ env.VERSION_TAG }})
### S97 updates
${{ env.COMMIT_LOGS }}
### J2K updates
---
### Checksums
Expand Down

0 comments on commit 1abe09f

Please sign in to comment.