https://github.com/foomo/foomo-releaser
https://github.com/foomo/foomo-releaser
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/foomo/foomo-releaser
- Owner: foomo
- Created: 2017-09-26T16:54:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T09:25:14.000Z (over 8 years ago)
- Last Synced: 2025-01-12T15:46:08.583Z (over 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foomo Releaser Application
Used to pbulish releases to github repositories according to the foomo solution
## Homebrew
To install from homebrew
```
$ brew install foomo/foomo-releaser/foomo-releaser
```
## Ubuntu / CI
```
export RELEASER_VERSION = {VERSION}
curl "https://github.com/foomo/foomo-releaser/releases/download/${RELEASER_VERSION}/foomo-releaser_${RELEASER_VERSION}_linux_amd64.tar.gz" | tar xz
```