Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harness/drone-cli
Command Line Tools for Drone CI
https://github.com/harness/drone-cli
continuous-delivery continuous-integration pipelines
Last synced: 5 days ago
JSON representation
Command Line Tools for Drone CI
- Host: GitHub
- URL: https://github.com/harness/drone-cli
- Owner: harness
- License: apache-2.0
- Created: 2015-02-12T18:59:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T01:07:50.000Z (about 1 month ago)
- Last Synced: 2024-11-30T10:24:28.033Z (12 days ago)
- Topics: continuous-delivery, continuous-integration, pipelines
- Language: Go
- Homepage: https://docs.drone.io/cli
- Size: 15.6 MB
- Stars: 406
- Watchers: 17
- Forks: 183
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- stars - harness/drone-cli
README
# drone-cli
Command line client for the Drone continuous integration server.
Documentation: https://docs.drone.io/cli
## Release procedure
Run the changelog generator.
```BASH
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u harness -p drone-cli -t
```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.
```BASH
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u harness -p drone-cli -t --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](https://join.slack.com/t/harnesscommunity/shared_invite/zt-y4hdqh7p-RVuEQyIl5Hcx4Ck8VCvzBw) - Join the #drone slack channel to connect with our engineers and other users running Drone CI.[Harness Community Forum](https://community.harness.io/) - Ask questions, find answers, and help other users.
[Report or Track A Bug](https://community.harness.io/c/bugs/17) - Find a bug? Please report in our forum under Drone Bugs. Please provide screenshots and steps to reproduce.
[Events](https://www.meetup.com/harness/) - Keep up to date with Drone events and check out previous events [here](https://www.youtube.com/watch?v=Oq34ImUGcHA&list=PLXsYHFsLmqf3zwelQDAKoVNmLeqcVsD9o).