Skip to content

Ivan-nikitko/release

 
 

Repository files navigation

Bootique Release Automation

Bootique release automation tools prototype.

Prerequisites

  1. Create file release-manager.yml with config. Template of this file is release-manager-sample.yml.
  2. Generate your personal access token on GitHub. Set gitHubToken variable in config file.
  3. Install GPG Suite
    • Generate your GPG key.
    • Add key to keychain to prevent password request for every module.
  4. Create folder to have local copy of releasing project. Set basePath variable in config file.

Usage

$ mvn clean install
$ java -jar target/release-1.0-SNAPSHOT.jar

Then just go to http://127.0.0.1:9999/ui/

About

Bootique release tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.9%
  • Mustache 11.1%
  • JavaScript 7.5%
  • SCSS 0.4%
  • HTML 0.1%
  • Shell 0.0%