mirror of
https://github.com/ivabus/pop
synced 2024-11-10 02:25:19 +03:00
03fd12059d
- Enable Dependabot - Run build/test pipelines - Add GoReleaser release/nightly pipelines - Add lint pipelines
14 lines
439 B
YAML
14 lines
439 B
YAML
includes:
|
|
- from_url:
|
|
url: charmbracelet/meta/main/goreleaser-simple.yaml
|
|
|
|
variables:
|
|
main: "."
|
|
binary_name: pop
|
|
description: "Send emails from your terminal. 📬"
|
|
github_url: "https://github.com/charmbracelet/pop"
|
|
maintainer: "Maas Lalani <maas@charm.sh>"
|
|
brew_commit_author_name: "Maas Lalani"
|
|
brew_commit_author_email: "maas@charm.sh"
|
|
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
|