Skip to content

Commit

Permalink
fix: go release remove rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Sep 27, 2022
1 parent c558990 commit de2f7f2
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,44 +52,22 @@ checksum:
algorithm: sha256
changelog:
skip: true

brews:
- name: loli

tap:
owner: ci-monk
branch: main
name: homebrew-tools

folder: formula

commit_author:
name: ci-monk
email: ci-monk@protonmail.com

commit_msg_template: "feat: brew formula update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "https://github.com/ci-monk/loli"
description: "Install Loli CLI with brew and find animes passing images"
license: "MIT"

release:
github:
owner: ci-monk
name: loli
name_template: "v{{.Version}}"
header: |
To update:
```
loli update
```
## What's new?
footer: |
**Full Changelog**: https://github.com/ci-monk/loli/compare/{{ .PreviousTag }}...{{ .Tag }}
---
Bugs? Suggestions? [Open an issue](https://github.com/ci-monk/loli/issues/new/choose)

0 comments on commit de2f7f2

Please sign in to comment.