Skip to content

Commit 8927c70

Browse files
committed
Intro paragraphs to fix code formatting
1 parent cc1e9d0 commit 8927c70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,13 @@ Finally, and somewhat at your leisure, merge the version number bumps etc back t
5151
git fetch
5252
git merge --no-ff --no-commit master
5353

54+
There is an edit to be made to _samtools/bam.h_, and also to _*/NEWS_ if you decide to add items along the way to a subsequent release:
55+
5456
* `HS ` Add new header to _NEWS_
5557
* ` S ` Add `+` to `BAM_VERSION` in _bam.h_
5658

59+
And finally commit it to **develop**:
60+
5761
git add NEWS bam.h
5862
git commit -m 'Merge version number bump and NEWS file from master'
5963

0 commit comments

Comments
 (0)