Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/k-kinzal/pr
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kinzal committed Oct 21, 2019
2 parents 2c5ae68 + ff2702f commit 9a58e95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
builds:
- ldflags:
- -s -w -X github.com/k-kinzal/pr/cmd.version={{.Version}
- -s -w -X github.com/k-kinzal/pr/cmd.version={{.Version}}
goos:
- linux
- darwin
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Release](https://img.shields.io/github/v/release/k-kinzal/pr.svg?style=flat-square)](https://github.com/k-kinzal/pr/releases/latest)
[![CircleCI](https://circleci.com/gh/k-kinzal/pr.svg?style=shield)](https://circleci.com/gh/k-kinzal/pr)
[![GolangCI](https://golangci.com/badges/github.com/k-kinzal/pr.svg)](https://golangci.com/r/github.com/k-kinzal/pr)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fk-kinzal%2Fpr.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fk-kinzal%2Fpr?ref=badge_shield)

PR is a CLI tool that operates Pull Request on a rule-based basis.

Expand Down Expand Up @@ -612,4 +613,7 @@ In pr, JMESPath can be extended to use original functions.
$ pr show [owner]/[repo] -l
```

`now()` returns the current unix time.
`now()` returns the current unix time.

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fk-kinzal%2Fpr.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fk-kinzal%2Fpr?ref=badge_large)

0 comments on commit 9a58e95

Please sign in to comment.