1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-06 15:46:02 +02:00
Command Line Tools for Drone CI https://docs.drone.io/cli
Go to file
Dan Wilson 2497a26070
Merge pull request #221 from tphoney/prep-v1.6.0
(maint) v1.6.0 release prep
2022-10-19 16:45:43 +01:00
.github Update issue_template.md [ci skip] 2017-09-05 09:18:03 -07:00
drone fix: use .drone.yml as default pipeline file (#219) 2022-09-06 10:24:13 +01:00
.drone.sh Build drone for mac with m1 chip 2021-06-22 18:11:07 +01:00
.drone.yml (drone-372) use the modern docker runner for exec, upgrade deps 2022-07-05 14:09:46 +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.6.0 release prep 2022-10-19 16:40:28 +01:00
Dockerfile use COPY instead of ADD 2018-02-20 14:16:06 -05:00
Dockerfile.alpine fetch apk once (#84) 2018-02-22 09:12:30 +08:00
Dockerfile.linux.arm add linux prefix for arm 2018-02-20 18:20:59 -05:00
Dockerfile.linux.arm64 add linux prefix for arm 2018-02-20 18:20:59 -05:00
Dockerfile.linux.ppc64le Add support for building ppc64le binaries and image 2020-03-26 18:43:43 -03:00
LICENSE Initial commit 2015-02-12 10:59:36 -08:00
README.md add community information 2022-04-12 00:37:23 -04:00
go.mod (drone-372) use the modern docker runner for exec, upgrade deps 2022-07-05 14:09:46 +01:00
go.sum (drone-372) use the modern docker runner for exec, upgrade deps 2022-07-05 14:09:46 +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.

** Before moving on make sure to update the version file version/version.go. **

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.