1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-04-26 11:55:09 +02:00
Command Line Tools for Drone CI https://docs.drone.io/cli
Go to file
TP Honey bb3f656485
Merge pull request #243 from tphoney/CI-9642
(fix) CI-9642 update go version, remove cli warning messages
2023-09-19 15:09:29 +01:00
.github Update issue_template.md [ci skip] 2017-09-05 09:18:03 -07:00
docker parallelize build and use native infra 2023-09-06 15:06:43 +01:00
drone (fix) CI-9642 update go version, remove cli warning messages 2023-09-19 14:46:20 +01:00
.drone.sh Build drone for mac with m1 chip 2021-06-22 18:11:07 +01:00
.drone.yml (fix) CI-9642 update go version, remove cli warning messages 2023-09-19 14:46:20 +01:00
.github_changelog_generator release prep v1.3.1 2021-08-20 11:48:00 +01:00
.gitignore fix: use .drone.yml as default pipeline file (#219) 2022-09-06 10:24:13 +01:00
BUILDING Update building 2021-06-22 18:11:07 +01:00
CHANGELOG.md (maint) v1.7.0 prep 2023-01-24 14:55:35 +00:00
Dockerfile [feat]: [CI-8942]: Add alpine support (#240) 2023-09-05 14:49:20 +01:00
Dockerfile.linux.arm fix arm (#241) 2023-09-05 15:34:33 +01:00
Dockerfile.linux.arm64 [feat]: [CI-8942]: Add alpine support (#240) 2023-09-05 14:49:20 +01:00
LICENSE Initial commit 2015-02-12 10:59:36 -08:00
README.md (maint) prep v1.6.2 2022-11-24 11:05:10 +00:00
go.mod (fix) CI-9642 update go version, remove cli warning messages 2023-09-19 14:46:20 +01:00
go.sum (fix) CI-9642 update go version, remove cli warning messages 2023-09-19 14:46:20 +01: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.

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