项目作者: avarabyeu

项目描述 :
Release assistant. Handles versioning in VERSION file using semantic versioning rules
高级语言: Go
项目地址: git://github.com/avarabyeu/releaser.git
创建时间: 2017-06-14T18:47:49Z
项目社区:https://github.com/avarabyeu/releaser

开源协议:Apache License 2.0

下载


Releaser

Build Status
License MIT
Go Report Card
Code Coverage

  1. Release assistant built by avarabyeu
  2. Usage:
  3. releaser [flags]
  4. releaser [command]
  5. Available Commands:
  6. bintray Uploads to bintray
  7. bump Bump new version number
  8. exec Executes bunch of commands
  9. help Help about any command
  10. init Creates version file
  11. release Release new version
  12. replace Replaces placeholders in files
  13. show Print the current version number
  14. tag Tags new version in git
  15. Flags:
  16. --artifactsFolder string Folder with artifacts to upload (default "release")
  17. --bintray.org string BintrayConf organization
  18. --bintray.pack string BintrayConf package
  19. --bintray.repo string BintrayConf repository
  20. --bintray.token string BintrayConf token
  21. --bintray.user string BintrayConf user name
  22. -f, --file string Version file to store current version (default "VERSION")
  23. -h, --help help for releaser
  24. --replace string Replaces placeholders in files (default "release")
  25. -v, --version string Version to be used
  26. Use "releaser [command] --help" for more information about a command.