harness / drone-cli

Command Line Tools for Drone CI

Home Page:https://docs.drone.io/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drone-cli

Command line client for the Drone continuous integration server.

Documentation: https://docs.drone.io/cli

Release procedure

Run the changelog generator.

docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u harness -p drone-cli -t <secret github token>

You can generate a token by logging into your GitHub account and going to Settings -> Personal access tokens.

Next we tag the PR's with the fixes or enhancements labels. If the PR does not fufil the requirements, do not add a label.

Run the changelog generator again with the future version according to semver.

docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u harness -p drone-cli -t <secret token> --future-release v1.0.0

Create your pull request for the release. Get it merged then tag the release.

Community and Support

Harness Community Slack - Join the #drone slack channel to connect with our engineers and other users running Drone CI.

Harness Community Forum - Ask questions, find answers, and help other users.

Report or Track A Bug - Find a bug? Please report in our forum under Drone Bugs. Please provide screenshots and steps to reproduce.

Events - Keep up to date with Drone events and check out previous events here.

About

Command Line Tools for Drone CI

https://docs.drone.io/cli

License:Apache License 2.0


Languages

Language:Go 98.2%Language:Shell 1.1%Language:Python 0.5%Language:Dockerfile 0.2%