Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.12.0 to 0.27.0. - [Commits](https://github.com/golang/oauth2/compare/v0.12.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| docker | ||
| drone | ||
| .drone.sh | ||
| .drone.yml | ||
| .github_changelog_generator | ||
| .gitignore | ||
| BUILDING | ||
| CHANGELOG.md | ||
| Dockerfile | ||
| Dockerfile.linux.arm | ||
| Dockerfile.linux.arm64 | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| 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.