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
TP Honey 43e52be34c
Merge pull request #201 from tphoney/release-v1.4.0
(maint) release-v1.4.0 prep
2021-09-08 10:48:25 +01:00
.github Update issue_template.md [ci skip] 2017-09-05 09:18:03 -07:00
drone (fix) fix multi-docs/lists in starlark 2021-09-07 13:04:04 +01:00
.drone.sh Build drone for mac with m1 chip 2021-06-22 18:11:07 +01:00
.drone.yml Fix `--stream` combined with `--format` for `jsonnet` (#195) 2021-08-26 15:34:52 +01:00
.github_changelog_generator release prep v1.3.1 2021-08-20 11:48:00 +01:00
.gitignore use starlark structs 2019-09-17 11:00:03 -07:00
BUILDING Update building 2021-06-22 18:11:07 +01:00
CHANGELOG.md (maint) release-v1.4.0 prep 2021-09-08 10:40:29 +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 release prep v1.3.1 2021-08-20 11:48:00 +01:00
go.mod Merge branch 'master' of github.com:drone/drone-cli into feature/dron-34-auto-cancel-running 2021-08-27 12:02:25 +01:00
go.sum bump drone-go 2021-08-27 10:54:31 +01:00

drone-cli

Command line client for the Drone continuous integration server.

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

Technical Support:
https://discourse.drone.io

Bug Tracker:
https://discourse.drone.io/c/bugs

Release procedure

Run the changelog generator.

docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -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 drone -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.