Skip to content

Commit

Permalink
chore: update procedures
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinov committed Aug 26, 2020
1 parent 4499be7 commit 302cbbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 29 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# config-name: my-config.yml
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
config-name: notes.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22 changes: 0 additions & 22 deletions .goreleaser.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.14.x
- latest

env:
- GO111MODULE=on
Expand All @@ -14,7 +14,4 @@ services:
- docker

script:
- make
- if [[ -n "${TRAVIS_TAG}" ]]; then
make release;
fi
- make

0 comments on commit 302cbbc

Please sign in to comment.