![]() |
8 роки тому | |
---|---|---|
.. | ||
README.md | 9 роки тому | |
build-aci.sh | 10 роки тому | |
build-docker.sh | 9 роки тому | |
build-release.sh | 9 роки тому | |
bump-release.sh | 9 роки тому | |
flannelbox.config | 10 роки тому | |
license-check.sh | 8 роки тому | |
mk-docker-opts.sh | 8 роки тому | |
mk-docker-opts_tests.sh | 8 роки тому | |
publish.sh | 10 роки тому | |
sample_subnet.env | 8 роки тому |
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