File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,19 +179,19 @@ sample_html_beta: _sample_cog_html ## Generate sample HTML report for a beta rel
179
179
180
180
REPO_OWNER = nedbat/coveragepy
181
181
182
- edit_for_release : # # Edit sources to insert release facts.
182
+ edit_for_release : # : Edit sources to insert release facts (see howto.txt) .
183
183
python igor.py edit_for_release
184
184
185
185
cheats : # # Create some useful snippets for releasing.
186
186
python igor.py cheats | tee cheats.txt
187
187
188
- relbranch : # # Create the branch for releasing.
188
+ relbranch : # : Create the branch for releasing (see howto.txt) .
189
189
git switch -c nedbat/release-$$(date +%Y%m%d )
190
190
191
- relcommit1 : # # Commit the first release changes.
191
+ relcommit1 : # : Commit the first release changes (see howto.txt) .
192
192
git commit -am " docs: prep for $$ (python setup.py --version)"
193
193
194
- relcommit2 : # # Commit the latest sample HTML report.
194
+ relcommit2 : # : Commit the latest sample HTML report (see howto.txt) .
195
195
git commit -am " docs: sample HTML for $$ (python setup.py --version)"
196
196
197
197
kit : # # Make the source distribution.
You can’t perform that action at this time.
0 commit comments