Skip to content

Commit a7d1022

Browse files
committed
build: some Makefile targets only make sense from the release steps
1 parent d365814 commit a7d1022

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,19 +179,19 @@ sample_html_beta: _sample_cog_html ## Generate sample HTML report for a beta rel
179179

180180
REPO_OWNER = nedbat/coveragepy
181181

182-
edit_for_release: ## Edit sources to insert release facts.
182+
edit_for_release: #: Edit sources to insert release facts (see howto.txt).
183183
python igor.py edit_for_release
184184

185185
cheats: ## Create some useful snippets for releasing.
186186
python igor.py cheats | tee cheats.txt
187187

188-
relbranch: ## Create the branch for releasing.
188+
relbranch: #: Create the branch for releasing (see howto.txt).
189189
git switch -c nedbat/release-$$(date +%Y%m%d)
190190

191-
relcommit1: ## Commit the first release changes.
191+
relcommit1: #: Commit the first release changes (see howto.txt).
192192
git commit -am "docs: prep for $$(python setup.py --version)"
193193

194-
relcommit2: ## Commit the latest sample HTML report.
194+
relcommit2: #: Commit the latest sample HTML report (see howto.txt).
195195
git commit -am "docs: sample HTML for $$(python setup.py --version)"
196196

197197
kit: ## Make the source distribution.

0 commit comments

Comments
 (0)