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 92e84c4e24
Merge pull request #211 from harness/release/v1.5.0
release prep v1.5
2022-01-04 12:01:00 +00:00
.github Update issue_template.md [ci skip] 2017-09-05 09:18:03 -07:00
drone (dron-124) Add new command for build incomplete V2 2021-10-05 19:14:05 +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 release prep v1.5.0 2022-01-04 11:01:38 +00: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.5.0 2022-01-04 11:01:38 +00:00
go.mod update libaries with vulnerabilies 2021-12-15 09:42:38 +00:00
go.sum update libaries with vulnerabilies 2021-12-15 09:42:38 +00: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 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.