Page MenuHomePhabricator

Added more explicit instructions for release tagging
ClosedPublic

Authored by jasonbcox on Sep 30 2019, 16:26.

Details

Summary

See title.

Test Plan

Read it and try it on a forked repo.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

doc/release-process.md
34 ↗(On Diff #13276)

Note that the following are not acceptable solutions:

  • git push github vM.m.r:master because this only pushes the tag and does fast-forward master.
  • git push github master --tags because pushing all tags is poor design. I personally have applied non-release tags on local repo with which I don't intend on garbaging up the public repo.
This revision is now accepted and ready to land.Oct 1 2019, 06:43