CLI/TUI for drafting, repeating, and publishing daily standup updates as GitHub issues
github go cli golang management project tui daily
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ci): pin goreleaser version and remove deprecated archives config

+1 -3
+1 -1
.github/workflows/release.yml
··· 40 40 uses: goreleaser/goreleaser-action@v7 41 41 with: 42 42 distribution: goreleaser 43 - version: latest 43 + version: v2.15.3 44 44 args: release --clean 45 45 env: 46 46 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-2
.goreleaser.yaml
··· 24 24 25 25 archives: 26 26 - id: pad 27 - builds: 28 - - pad 29 27 formats: 30 28 - tar.gz 31 29 format_overrides: