etcd/scripts
Piotr Tabor fd2f34fd13 Release: Scripts to change versions in all go.mod files and push tags upstream.
Examplar invocations:

Edit go.mod files such that all etcd modules are pointing on given version:

```
% DRY_RUN=false TARGET_VERSION="v3.5.13" ./scripts/release_mod.sh update_versions
```

Tag latest commit with current version number for all the modules and push upstream:
```
% DRY_RUN=true REMOTE_REPO="origin" ./scripts/release_mod.sh push_mod_tags
```
2020-11-04 15:16:36 +01:00
..
build-binary scripts/build-binary: Added s390x support for binary release 2019-11-13 22:57:23 -08:00
build-docker *: path changes for moving to github/etcd-io/etcd 2018-09-03 21:57:23 +05:30
build-release.sh *: Convert tabulators to whitespaces in bash scripts. 2020-10-26 10:59:40 +01:00
fix.sh 20201103 no commit title check (#12447) 2020-11-03 07:59:42 -08:00
genproto.sh scripts: install github.com/myitcv/gobin while gobin doesn't exist. 2020-10-30 20:58:00 +08:00
install-marker.sh *: fix shellcheck warnings 2017-09-06 19:18:04 -07:00
README scripts: add dev scripts 2018-04-02 11:27:39 -07:00
release scripts: Added s390x support for docker image release 2020-01-20 07:09:59 -08:00
release_mod.sh Release: Scripts to change versions in all go.mod files and push tags upstream. 2020-11-04 15:16:36 +01:00
test_lib.sh Release: Scripts to change versions in all go.mod files and push tags upstream. 2020-11-04 15:16:36 +01:00
updatebom.sh server: Update go.mod 2020-10-26 13:02:32 +01:00

scripts for etcd development