1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-12 10:36:03 +02:00
Command Line Tools for Drone CI https://docs.drone.io/cli
Go to file
Soumyajit Das c3d270032b
fix arm (#241)
2023-09-05 15:34:33 +01:00
.github Update issue_template.md [ci skip] 2017-09-05 09:18:03 -07:00
docker Update manifest.tmpl 2023-08-11 15:40:17 +01:00
drone Remove output for resources (#225) 2023-04-05 17:41:58 +01:00
.drone.sh Build drone for mac with m1 chip 2021-06-22 18:11:07 +01:00
.drone.yml fix arm (#241) 2023-09-05 15:34:33 +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.alpine fetch apk once (#84) 2018-02-22 09:12:30 +08: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
Dockerfile.linux.ppc64le [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 Bump golang.org/x/net from 0.0.0-20220630215102-69896b714898 to 0.7.0 2023-08-11 10:44:12 +00:00
go.sum Bump golang.org/x/net from 0.0.0-20220630215102-69896b714898 to 0.7.0 2023-08-11 10:44:12 +00: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.