Pominal is a Pomodoro application for the terminal written in Go.
Find a file
Dan Anglin 0cd7dab556
ci: added release (semi)automation
- security: updated Golang version to 1.12.8 for CI builds
- added: configuration for build and release automation using GoReleaser
(https://goreleaser.com)
- (Releases will be semi-automatic for now due to the need of the access
token. When/if project specific access token is supported then I'll
complete the release stage of the pipeline.)
- added: version.go for printing out the versions
2019-08-14 01:10:28 +01:00
.gitignore ci: added release (semi)automation 2019-08-14 01:10:28 +01:00
.gitlab-ci.yml ci: added release (semi)automation 2019-08-14 01:10:28 +01:00
.goreleaser.yml ci: added release (semi)automation 2019-08-14 01:10:28 +01:00
CODEOWNERS feat: added Pominal 2019-05-30 22:19:53 +00:00
LICENSE Add LICENSE 2019-02-11 00:08:24 +00:00
main.go fix: use math.Ceil to stabilise the timer display 2019-08-12 09:22:51 +01:00
Makefile ci: added release (semi)automation 2019-08-14 01:10:28 +01:00
README.md feat: added Pominal 2019-05-30 22:19:53 +00:00
version.go ci: added release (semi)automation 2019-08-14 01:10:28 +01:00

Pominal

Pominal is a Pomodoro application for the terminal. Pominal is written in Go.