Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 868 Bytes

MAKING_A_RELEASE.md

File metadata and controls

14 lines (12 loc) · 868 Bytes

Checklist for cutting a new release.

  • Update CHANGELOG.md
  • Update README.md if necessary
  • Bump version in pkg/irc/irc.go
  • Commit and push.
  • Create a git tag and push it
  • make all to create a docker image
  • Tag the docker image, e.g. docker tag flavorjones/irc-notification-resource:latest flavorjones/irc-notification-resource:v1.1.0
  • make docker-push
  • Copy README to dockerhub overview
  • Create a github release with CHANGELOG snippet as description
  • Check that the resource works by kicking off the test-notification job