Skip to content

Commit

Permalink
ci: add cli version & add hombrew repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcfrancisco committed May 19, 2024
1 parent b45f213 commit b74d95f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ changelog:
exclude:
- "^docs:"
- "^test:"

brews:
- repository:
owner: jjcfrancisco
name: homebrew-mboff
folder: Formula
homepage: "https://github.com/jjcfrancisco/mboff"
description: "Optimise MBTiles by removing unnecessary data."
license: "Apache License 2.0"
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func startCli() *cli.App {
// Main CLI
app := &cli.App{
Name: "Mboff",
// Version: "v0.0.1",
Version: "v0.2.1",
Usage: "Mboff optimises your mbtiles by removing unnecessary data.",
Action: off,
}
Expand Down

0 comments on commit b74d95f

Please sign in to comment.