Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rykov committed Jul 16, 2021
1 parent c2860dd commit 57c456d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 6 deletions.
38 changes: 33 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,42 @@
project_name: Paperboy

builds:
- binary: paperboy
goos:
- darwin
- linux
- windows
goarch:
- amd64
- 386
archive:
replacements:
386: 32bit
amd64: 64bit
darwin: macOS
- arm
- arm64
goarm:
- 7
ignore:
- goos: darwin
goarch: 386

archives:
- format: tar.gz
wrap_in_directory: false
format_overrides:
- goos: windows
format: zip
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows

checksum:
name_template: 'checksums.txt'

changelog:
skip: true

release:
draft: true
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## Unreleased
## 0.2.1 (16 Jul 2021)

- Reset connection on failure
- Render text emails with Glamour
- Use multiple workers for delivery
- Configurable # of workers and send rate
- Switched dependecy management to Go Modules
Expand Down

0 comments on commit 57c456d

Please sign in to comment.