1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-05-03 13:40:38 +02:00
2025-06-12 13:29:27 +05:30
2021-06-22 18:11:07 +01:00
2021-06-22 18:11:07 +01:00
2023-01-24 14:55:35 +00:00
2015-02-12 10:59:36 -08:00

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.

S
Description
Command Line Tools for Drone CI
https://docs.drone.io/cli
Readme Apache-2.0 16 MiB
Languages
Go 99.1%
Python 0.5%
Dockerfile 0.4%