Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voipgrid/dave
Dave cuts VoIPGRID releases.
https://github.com/voipgrid/dave
Last synced: about 1 month ago
JSON representation
Dave cuts VoIPGRID releases.
- Host: GitHub
- URL: https://github.com/voipgrid/dave
- Owner: VoIPGRID
- License: mit
- Created: 2016-04-15T13:29:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T13:03:28.000Z (over 4 years ago)
- Last Synced: 2024-06-20T19:23:45.855Z (6 months ago)
- Language: Go
- Homepage: https://wearespindle.com/articles/automate-all-the-things-release-branches/
- Size: 105 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dave
Dave cuts VoIPGRID releases.## Installation
Quite simple: get [Go](https://golang.org/dl), set a `$GOPATH`, and run
go get github.com/VoIPGRID/dave
## Use
Make sure `$GOPATH/bin` is in your `$PATH`.
$ dave -h
Usage of dave:
-branch string
branch to base release branch on (default "develop")
-dryrun
don't actually create the branch, just print
-owner string
github owner to find repo under (default "VoIPGRID")
-prefix string
branch name prefix (default "release-")
-repo string
github repository to bump version of (default "voipgrid")
-token string
github access tokenYou'll need a Github access token, which you can generate
[here](https://github.com/settings/tokens). Dave only needs `repo` scope to
work.All flags have an environment variable that sets the default, so setting
`DAVE_REPO` also changes the repo Dave looks at. Flags override environment
variables.