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
TP Honey d12a95813c
Merge pull request #26 from drone/revert-24-optimized-livelog
Revert "Optimized livelog streaming"
2 years ago
client Merge pull request #16 from drone/feature/dron-101-card-2 3 years ago
clone update file headers [ci skip] 5 years ago
container Moved IsRestrictedVolume func to runner-go. Updated implementation 3 years ago
environ create card path env variable (#19) 3 years ago
handler abstracted pipeline runtime and poller 5 years ago
internal move schema update on step to runnner go logic 3 years ago
labels add labels package 5 years ago
licenses update file headers [ci skip] 5 years ago
livelog Revert "Optimized livelog streaming" 2 years ago
logger update file headers [ci skip] 5 years ago
manifest Add `retries` option to clone manifest 3 years ago
pipeline create card path env variable (#19) 3 years ago
poller fix poller package 5 years ago
registry fix panic when registry image parsing fails 4 years ago
secret update file headers [ci skip] 5 years ago
server fixed: graceful shutdown of http servers 3 years ago
shell (feat) add silent version of bash and powershell Script 3 years ago
.drone.yml initial commit 5 years ago
.github_changelog_generator (maint) v1.9.0 release prep 3 years ago
.gitignore initial commit 5 years ago
CHANGELOG.md v1.12.0 release prep 3 years ago
HISTORY.md (maint) v1.9.0 release prep 3 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 refactor change 3 years ago
go.sum refactor change 3 years 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.