Terminal fixes, sort fixes, flashbang fix

This commit is contained in:
Neil
2026-03-21 14:44:45 -07:00
parent 665be09ba8
commit 9de1eb4318
10 changed files with 157 additions and 13 deletions
+14
View File
@@ -6,7 +6,21 @@ on:
- 'v*'
jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create release with auto-generated notes
run: gh release create ${{ github.ref_name }} --generate-notes --prerelease=${{ contains(github.ref_name, 'rc') }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
needs: create-release
strategy:
fail-fast: false
matrix: