Go helper package to extend Drone with customer runners.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
liuzhiguo edd4048276 删除部分文件 5 months ago
client 更改包名 5 months ago
clone update file headers [ci skip] 5 years ago
container Moved IsRestrictedVolume func to runner-go. Updated implementation 3 years ago
environ 更改包名 5 months ago
handler 更改包名 5 months ago
internal 更改包名 5 months ago
labels 更改包名 5 months ago
licenses update file headers [ci skip] 5 years ago
livelog 更改包名 5 months ago
logger update file headers [ci skip] 5 years ago
manifest Add `retries` option to clone manifest 2 years ago
pipeline 更改包名 5 months ago
poller 更改包名 5 months ago
registry 更改包名 5 months ago
secret 更改包名 5 months ago
server fixed: graceful shutdown of http servers 3 years ago
shell 更改包名 5 months ago
.drone.yml initial commit 5 years ago
.gitignore initial commit 5 years ago
LICENSE.md rename defensive to shield [ci skip] 4 years ago
README.md Release/1.11.0 (#21) 3 years ago
go.mod 更改包名 5 months ago
go.sum sum修改 5 months ago

README.md

runner-go

A collection of helper packages to extend Drone with customer runners.

Release procedure

Run the changelog generator.

docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p runner-go -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 drone -p runner-go --token <secret token> --future-release v1.0.0

Create your pull request for the release. Get it merged then tag the release.