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 15de380723
Merge pull request #197 from tphoney/release_prep_v1.3.3
(maint) release prep v1.3.3
2021-08-26 16:20:32 +01:00
.github Update issue_template.md [ci skip] 2017-09-05 09:18:03 -07:00
drone Fix `--stream` combined with `--format` for `jsonnet` (#195) 2021-08-26 15:34:52 +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 prep v1.3.3 2021-08-26 16:01:54 +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 Fix `--stream` combined with `--format` for `jsonnet` (#195) 2021-08-26 15:34:52 +01:00
go.sum (DRON-113) use ghodss/yaml for yaml pretty print 2021-08-20 09:44:25 +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.