Skip to content

Commit

Permalink
release v0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Apr 7, 2020
1 parent 74e7edc commit 54d4394
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,20 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- First Change
- Second Change
## Install on Linux
```
curl -LO https://github.com/medyagh/gopogh/releases/download/${{ github.ref }}/gopogh-darwin-amd64 && sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
```
## Install on MacOS
```
curl -LO https://github.com/medyagh/gopogh/releases/download/${{ github.ref }}/gopogh-linux-amd64 && sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
```
## Windows
https://github.com/medyagh/gopogh/releases/download/${{ github.ref }}/gopogh.exe
draft: false
prerelease: false
- name : upload linux assets
Expand Down
2 changes: 1 addition & 1 deletion pkg/report/types.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package report

// Version is gopogh version
const Version = "v0.1.17"
const Version = "v0.1.18"

// Build includes commit sha date
var Build string
Expand Down

0 comments on commit 54d4394

Please sign in to comment.