|
2 weeks ago | |
---|---|---|
.github | 5 years ago | |
drone | 2 months ago | |
.drone.sh | 2 years ago | |
.drone.yml | 7 months ago | |
.github_changelog_generator | 1 year ago | |
.gitignore | 5 months ago | |
BUILDING | 2 years ago | |
CHANGELOG.md | 2 weeks ago | |
Dockerfile | 5 years ago | |
Dockerfile.alpine | 5 years ago | |
Dockerfile.linux.arm | 5 years ago | |
Dockerfile.linux.arm64 | 5 years ago | |
Dockerfile.linux.ppc64le | 3 years ago | |
LICENSE | 8 years ago | |
README.md | 2 months ago | |
go.mod | 4 months ago | |
go.sum | 4 months ago |
README.md
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.