From f7d9aba43333de83c3bd5722bbc8f82d12f86192 Mon Sep 17 00:00:00 2001 From: Michelle Lee Date: Mon, 22 May 2017 13:18:15 -0400 Subject: [PATCH] Remove duplicate release checklist Removing this one, and keeping https://github.com/ipfs/go-ipfs/blob/master/docs/releases.md (per @larsgeirth in https://github.com/ipfs/blog/issues/97) Please review/modify thoroughly, I am not familiar enough with go-ipfs release process to comment on contents. --- misc/release-checklist.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 misc/release-checklist.md diff --git a/misc/release-checklist.md b/misc/release-checklist.md deleted file mode 100644 index 9c834ab94..000000000 --- a/misc/release-checklist.md +++ /dev/null @@ -1,32 +0,0 @@ -# ipfs {{version}} checklist - -## pre-release - -- [ ] CHANGELOG.md updated - PR: -- [ ] tests are green - - [ ] go-ipfs tests - - [ ] sharness tests - - [ ] webui works - - [ ] js-ipfs-api tests - - [ ] deploy on one of our hosts - -## RC cycle -- [ ] versions changed to {{version}}-rcX: - - [ ] in repo/config/version.go - - [ ] in package.json -- [ ] release {{version}}-rcX on dist - -## release -- [ ] versions changed to {{version}}: - - [ ] in repo/config/version.go - - [ ] in package.json -- [ ] gx publish done and commited -- [ ] signed version tag pushed -- [ ] fast forward merge of **master** to **release** -- [ ] push release to dist - -## post-release -- [ ] bump version to {{version+1}}-dev: - - [ ] in repo/config/version.go - - [ ] in package.json -