Skip to content

refactor(gallery.go): change SortFunc to return int instead of bool f… #92

refactor(gallery.go): change SortFunc to return int instead of bool f…

refactor(gallery.go): change SortFunc to return int instead of bool f… #92

Workflow file for this run

name: Release
on:
push:
tags:
- '**'
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 100
- uses: fregante/release-with-changelog@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
template: |
### Changelog
{commits}
{range}