File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,9 +129,7 @@ jobs:
129129 GITHUB_TOKEN : ${{ github.token }}
130130 run : |
131131 version=$(echo "${{ github.ref_name }}" | sed "s/^v//")
132- awk -e '/^## / && ok {exit}' \
133- -e '/^## / {ok=1; next}' \
134- -e 'ok {print}' \
132+ awk '/^## / && ok {exit} /^## / {ok=1; next} ok {print}' \
135133 CHANGELOG.md > changes
136134 gh release create --prerelease --verify-tag \
137135 --repo "${{ github.repository }}" \
Original file line number Diff line number Diff line change 11# Notable Changes in OpenSlide Java
22
3- ## Version 0.13.2 , 2026-06-07
3+ ## Version 0.13.3 , 2026-06-07
44
55* Add constant for ` openslide.barcode ` property
66
Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55
6- <version >0.13.2 </version >
6+ <version >0.13.3 </version >
77
88 <groupId >org.openslide</groupId >
99 <artifactId >openslide-java</artifactId >
You can’t perform that action at this time.
0 commit comments