Skip to content

Commit 562caac

Browse files
authored
Bump to 1.20 (#8)
1 parent 2684a42 commit 562caac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/msys2-htslib-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- 'scripts/**'
1313
workflow_dispatch:
1414
env:
15-
PACKAGE_VERSION: 1.19.1
15+
PACKAGE_VERSION: "1.20"
1616
LIBHTS_SOVERSION: 3
1717
RELEASE_VERSION: 0 # equivalent to conda build number
1818
jobs:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
The workflow [msys2-htslib-build.yml][] builds a statically linked[^explanation] htslib.dll
44
under msys2. See the [releases][] to download the tarball. To build a different
5-
version of htslib, update the env var `PACKAGE_VERSION`. To build an updated
5+
version of [htslib][], update the env var `PACKAGE_VERSION`. To build an updated
66
release of an existing version, update the env var `RELEASE_VERSION`. Also, make
77
sure that `RELEASE_VERSION` is reset to 0 when bumping the version.
88

99
[msys2-htslib-build.yml]: https://github.com/TileDB-Inc/m2w64-htslib-build/blob/main/.github/workflows/msys2-htslib-build.yml
1010
[releases]: https://github.com/TileDB-Inc/m2w64-htslib-build/releases
11+
[htslib]: https://github.com/samtools/htslib
1112

1213
The release tarball is subsequently consumed by
1314
[TileDB-Inc/m2w64-htslib-feedstock][], which repackages the pre-built files into

0 commit comments

Comments
 (0)