linkerd2/bin
Kevin Leimkuhler 4aac6445c4
Add script to create release tag (#4091)
## Motivation

Creating a release tag is a manual process that is prone to error by the
release responsible member.

Additionally, the automated release project will require that a message is
included that is a copy of the recent `CHANGES.md` changes.

These steps can be scripted so that the member will just need to run a release
script.

## Solution

A `bin/create-release-tag` script will:
- Take a `$TAG` argument (maybe can remove this in the future) to use as the
  tag name
- Pull out the top section of `CHANGES.md` to use as the commit message
- Create the a tag with `$TAG` name and release changes as the message

## Example

```
$ TAG="edge-20.2.3"
$ bin/create-release-tag $TAG
$ git push $TAG
```

Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
2020-02-22 16:30:17 -08:00
..
_docker.sh Inject preStop hook into the proxy sidecar container to stop it last (#3798) 2019-12-18 16:58:14 -05:00
_log.sh Make build scripts location-agnostic (#409) 2018-02-23 10:02:14 -08:00
_tag.sh Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
_test-run.sh Reuse bin/helm-build in Helm integration tests (#4088) 2020-02-21 09:26:10 -05:00
build-cli-bin Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
create-release-tag Add script to create release tag (#4091) 2020-02-22 16:30:17 -08:00
docker Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-build Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-build-base Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-build-cli-bin Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-build-cni-plugin Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-build-controller Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-build-debug Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-build-go-deps Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-build-grafana Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-build-proxy docker-build-proxy: make apt work behind proxy (#3643) 2019-11-04 13:17:44 -08:00
docker-build-web Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-images Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-pull Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-pull-binaries Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-pull-deps Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-push Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-push-deps Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-retag-all Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
docker-test-proxy Fix whitespace path handling in docker (build) scripts (#3634) 2019-10-30 15:55:38 -07:00
fetch-proxy fetch-proxy: Make POSIX compatible (#3625) 2019-10-28 16:45:23 -05:00
fmt Switch from using golangci fmt to using goimports (#3555) 2019-10-16 13:56:11 -07:00
git-commit-proxy-version Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
go-run Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
goimports Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
helm Upgraded `Helm` cli to v2.16.1 (#3865) 2019-12-23 16:39:26 -05:00
helm-build Fixed shellcheck warnings on bin/helm-build (#4080) 2020-02-21 09:51:21 -05:00
kind Upgrade `kind` to v0.6.1 (#3864) 2019-12-30 14:32:37 -05:00
kind-load Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
kubectl Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
linkerd Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
lint Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
minikube-start-hyperv.bat Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
mkube Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
protoc Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
protoc-go.sh Remove Discovery service leftovers (#3500) 2019-10-15 11:20:21 -05:00
root-tag build-cli-bin: POSIX compatible & handle whitespace paths (#3623) 2019-10-28 16:36:53 -05:00
test-cleanup Improve cni resources labels (#4032) 2020-02-11 12:10:08 +02:00
test-clouds Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
test-clouds-cleanup Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
test-run Add helm upgrade integration test (#3976) 2020-02-04 08:27:46 +02:00
test-scale Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
update-codegen.sh Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
update-go-deps-shas Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00
web Fix whitespace path handling in non-docker (build) scripts (#3650) 2019-11-26 09:48:41 -05:00