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
..
2020-11-03 07:59:42 -08:00
2017-09-06 19:18:04 -07:00
2018-04-02 11:27:39 -07:00
2020-10-26 13:02:32 +01:00

scripts for etcd development