From 116879f7eaaf72b3a1c6588a9e1006b111881d09 Mon Sep 17 00:00:00 2001 From: Chris Garrett Date: Sat, 2 May 2020 17:13:01 -0600 Subject: [PATCH] Update docs to reflect change from Travis to GitHub --- README.md | 3 ++- docs/releasing_task.md | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5b3fd45..ff6f70f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Build Status](https://travis-ci.org/go-task/task.svg?branch=master)](https://travis-ci.org/go-task/task) +![Test](https://github.com/go-task/task/workflows/Test/badge.svg) +![GoReleaser](https://github.com/go-task/task/workflows/goreleaser/badge.svg) # Task diff --git a/docs/releasing_task.md b/docs/releasing_task.md index 6793cc57..9c8fb575 100644 --- a/docs/releasing_task.md +++ b/docs/releasing_task.md @@ -4,9 +4,9 @@ The release process of Task is done with the help of [GoReleaser][goreleaser]. You can test the release process locally by calling the `test-release` task of the Taskfile. -The Travis CI should release automatically when a new -Git tag is pushed to master, either for the artifact uploading (raw executables -and DEB and RPM packages) +[GitHub Actions](https://github.com/go-task/task/actions) should release +artifacts automatically when a new Git tag is pushed to master +(raw executables and DEB and RPM packages). # Homebrew