Skip to content

Commit 4efb9bd

Browse files
feat: Add GitHub Actions for PNG generation and GoReleaser
Adds two GitHub Actions workflows: - A workflow to automatically regenerate the `vim-barcodes-a4.png` file when any Go file is modified on the main branch. This ensures the PNG is always up-to-date with the code. - A GoReleaser workflow that triggers on new version tags (e.g., v1.2.3) to create a new release with binaries for multiple platforms, including .deb and .rpm packages. Also adds a `.goreleaser.yml` configuration file to customize the release process. The Go version for the workflows is dynamically determined from the `go.mod` file.
1 parent e06a658 commit 4efb9bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ nfpms:
3131
id: "vim-barcode-sheet"
3232
package_name: "vim-barcode-sheet"
3333
homepage: "https://github.com/arran4/vim-barcode-sheet"
34-
maintainer: "Arran Ubels <[email protected]>"
34+
maintainer: "Arran Ubels <[email protected].au>"
3535
description: "Vim barcode sheet generator."
3636
license: "MIT"
3737
formats:

0 commit comments

Comments
 (0)