-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
719f476
commit bd05c10
Showing
1 changed file
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
project_name: Laverna | ||
version: 2 | ||
|
||
env: | ||
- GO111MODULE=on | ||
|
||
builds: | ||
- env: | ||
|
@@ -17,16 +20,6 @@ builds: | |
checksum: | ||
name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.sha256" | ||
|
||
nfpms: | ||
- maintainer: F. Talha Altinel <[email protected]> | ||
description: CLI for language learners | ||
homepage: https://github.com/lingua-sensei/laverna | ||
license: MIT | ||
formats: | ||
- deb | ||
- rpm | ||
- apk | ||
|
||
archives: | ||
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}" | ||
format_overrides: | ||
|
@@ -41,4 +34,6 @@ changelog: | |
- "^test:" | ||
- "^chore:" | ||
- "Merge pull request" | ||
- "Merge branch" | ||
- "Merge branch" | ||
- "Merge remote-tracking branch" | ||
- "go mod tidy" |