Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 609 Bytes

RELEASES.md

File metadata and controls

19 lines (17 loc) · 609 Bytes

Release Steps and Notes

VERSION=v0.1.0
make test
golangci-lint run
hack/release-yaml.sh $VERSION
vi CHANGELOG.md
git add CHANGELOG.md pkg/linode-bs/deploy/releases/linode-blockstorage-csi-driver-$VERSION.yaml
git commit -am '$VERSION release'
git tag -s $VERSION # include changelog text, install instructions, help instructions, etc
make IMAGE_VERSION=$VERSION push
docker tag linode/linode-blockstorage-csi-driver:$VERSION linode/linode-blockstorage-csi-driver:canary
git push  linode/linode-blockstorage-csi-driver:canary
docker  push  linode/linode-blockstorage-csi-driver:canary