No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

RELEASING.md 454 B

123456789
  1. # Releasing
  2. 1. Make changes.
  3. 2. Determine next version. For the sake of this list, let's assume 1.2.3.
  4. 3. Update `gax.go` with `const Version = "1.2.3"`. If v2, do the same to `v2/gax.go`.
  5. 4. `git checkout -b my_branch && git commit && git push my_remote my_branch`
  6. 5. Get it reviewed and merged.
  7. 6. `git checkout master && git tag v1.2.3 && git push origin v1.2.3`
  8. 7. Update the [releases page on GitHub](https://github.com/googleapis/gax-go/releases)