diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2021-03-26 22:12:46 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-03-27 15:13:12 -0700 |
commit | 09420b7648eecf681c5393e3690301897397b30d (patch) | |
tree | 5e73e990f740d84cb5922de76e61ded3a1f085b4 /Documentation/Makefile | |
parent | SECURITY: describe how to report vulnerabilities (diff) | |
download | tgif-09420b7648eecf681c5393e3690301897397b30d.tar.xz |
Document how we do embargoed releases
Whenever we fix critical vulnerabilities, we follow some sort of
protocol (e.g. setting a coordinated release date, keeping the fix under
embargo until that time, coordinating with packagers and/or hosting
sites, etc).
Similar in spirit to `Documentation/howto/maintain-git.txt`, let's
formalize the details in a document.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 81d1bf7a04..874a01d7a8 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -76,6 +76,7 @@ SP_ARTICLES += howto/rebuild-from-update-hook SP_ARTICLES += howto/rebase-from-internal-branch SP_ARTICLES += howto/keep-canonical-history-correct SP_ARTICLES += howto/maintain-git +SP_ARTICLES += howto/coordinate-embargoed-releases API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt))) SP_ARTICLES += $(API_DOCS) |