Skip to content

Commit c5cc01b

Browse files
committed
Change some of the verbage for the release pipeline
1 parent 152c233 commit c5cc01b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release with goreleaser
1+
name: release
22
on:
33
push:
44
tags:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![GoVer](https://img.shields.io/github/go-mod/go-version/maarek/aves.svg)](https://github.com/maarek/aves/blob/master/go.mod)
44
[![GoDoc](https://godoc.org/github.com/maarek/aves?status.svg)](https://godoc.org/github.com/maarek/aves)
55
[![CircleCI](https://circleci.com/gh/maarek/aves/tree/master.svg?style=svg)](https://circleci.com/gh/maarek/aves/tree/master)
6-
[![Release](https://github.com/maarek/aves/workflows/Release%20with%20goreleaser/badge.svg)](https://github.com/maarek/aves/releases/latest)
6+
[![Release](https://github.com/maarek/aves/workflows/release/badge.svg)](https://github.com/maarek/aves/releases/latest)
77
[![Go Report Card](https://goreportcard.com/badge/github.com/maarek/aves)](https://goreportcard.com/report/github.com/maarek/aves)
88
[![Test Coverage](https://api.codeclimate.com/v1/badges/7cea74edf35eb31b5427/test_coverage)](https://codeclimate.com/github/maarek/aves/test_coverage)
99
[![Maintainability](https://api.codeclimate.com/v1/badges/7cea74edf35eb31b5427/maintainability)](https://codeclimate.com/github/maarek/aves/maintainability)

0 commit comments

Comments
 (0)