feat: generate release notes
This commit is contained in:
parent
73cf074d6d
commit
05aff14703
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
uses: cachix/cachix-action@v16
|
||||
with:
|
||||
name: trevstack
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- name: Run checks
|
||||
- name: Check
|
||||
run: nix flake check
|
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@ -3,7 +3,7 @@ name: Release Workflow
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- "*"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@ -25,7 +25,10 @@ jobs:
|
||||
uses: cachix/cachix-action@v16
|
||||
with:
|
||||
name: trevstack
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- name: Check
|
||||
run: nix flake check
|
||||
|
||||
- name: Build
|
||||
run: >
|
||||
@ -40,6 +43,7 @@ jobs:
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
generate_release_notes: true
|
||||
files: |-
|
||||
result*/bin/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user