Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #141 from mjs/release-tweaks
Browse files Browse the repository at this point in the history
Release tweaks
  • Loading branch information
mjs authored Nov 20, 2018
2 parents 26aafef + 3d83825 commit 8887114
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,12 @@ $RECYCLE.BIN/
*.lnk

# End of https://www.gitignore.io/api/c,go,c++,linux,macos,windows

*.bench
/slowinfluxd
/cmd/benchcheck/benchcheck
/dist/

# Files generated due to release deploys
/do-goreleaser
/latest-release-notes.md
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- "1.10.4"
- "1.11"
- "1.10.5"
- "1.11.2"
- "master" # find out if an upcoming change in Go is going to break us

matrix:
Expand Down Expand Up @@ -35,4 +35,4 @@ deploy:
script: make release
on:
tags: true
go: "1.11"
go: "1.11.2"
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To publish a new release:
browsing the commits in the release.
* Commit and merge the updates to `release-notes.md` to the `master`
branch on Github.
* Create an annotated tag for the release. For example: `git tag v3.2.1 -m "3.2.1 release"`
* Create an annotated tag for the release. For example: `git tag -a v3.2.1 -m "3.2.1 release"`
* Push the tag to Github. For example: `git push origin v3.2.1`
* If the tagged revision builds successfully under Travis CI a release
should be automatically published to Github.

0 comments on commit 8887114

Please sign in to comment.