Skip to content

avarabyeu/releaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Releaser

Build Status License MIT Go Report Card Code Coverage

Release assistant built by avarabyeu

Usage:
  releaser [flags]
  releaser [command]

Available Commands:
  bintray     Uploads to bintray
  bump        Bump new version number
  exec        Executes bunch of commands
  help        Help about any command
  init        Creates version file
  release     Release new version
  replace     Replaces placeholders in files
  show        Print the current version number
  tag         Tags new version in git

Flags:
      --artifactsFolder string   Folder with artifacts to upload (default "release")
      --bintray.org string       BintrayConf organization
      --bintray.pack string      BintrayConf package
      --bintray.repo string      BintrayConf repository
      --bintray.token string     BintrayConf token
      --bintray.user string      BintrayConf user name
  -f, --file string              Version file to store current version (default "VERSION")
  -h, --help                     help for releaser
      --replace string           Replaces placeholders in files (default "release")
  -v, --version string           Version to be used

Use "releaser [command] --help" for more information about a command.

About

Release assistant. Handles versioning in VERSION file using semantic versioning rules

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published