Tom Denham 4476ec5fd1 BUILDS: Replace some shell scripts with Makefile há 8 anos atrás
..
README.md 55bfc3e4f7 Update release tools há 9 anos atrás
build-aci.sh 5e7a11fb83 dist/build-aci.sh: build an aci há 10 anos atrás
build-docker.sh 55bfc3e4f7 Update release tools há 9 anos atrás
build-release.sh 55bfc3e4f7 Update release tools há 9 anos atrás
bump-release.sh cbac427350 Version embedding for Go 1.4 and 1.5 há 9 anos atrás
flannelbox.config 375cfec7a0 added files for containerizing and publishing flannel há 10 anos atrás
license-check.sh 4476ec5fd1 BUILDS: Replace some shell scripts with Makefile há 8 anos atrás
mk-docker-opts.sh f1d3256645 Actually process -m flag in mk-docker-opts.sh há 9 anos atrás
publish.sh 80d96d74e5 build/dist maintenance há 10 anos atrás

README.md

Doing a release

To do a release, e.g. version 0.5.0, do the following steps. This assumes that the remote that's hosting the project (i.e. https://github.com/coreos/flannel) is named "upstream".

VER=0.5.0
cd ./dist`

# Make two commits: v0.5.0 and v0.5.0+git; create a tag v0.5.0; push commits and tags to $ORIGIN
ORIGIN=upstream ./bump-release.sh $VER

# Build docker, ACI images and tarball
./build-release.sh $VER

# Publish to quay.io (credentials required)
./publish.sh $VER