Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

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

fixed the release number

why would they show a release number they weren't even close to
supporting in the examples or am i just tired

+1 -1
+1 -1
.config/ci/release/github-ci.cue
··· 72 72 run: "nix develop --command just create-notes ${{ github.ref_name }} release_notes.md CHANGELOG.md" 73 73 }, { 74 74 name: "Publish Release" 75 - uses: "softprops/action-gh-release@v5" 75 + uses: "softprops/action-gh-release@v2.3" 76 76 if: "startsWith(github.ref, 'refs/tags/')" 77 77 with: { 78 78 files: "dist/${{ env.BINARY_NAME }}-${{ matrix.target }}.tar.gz"