Skip to content

Commit 7db6463

Browse files
committed
start v1.4.3
1 parent 4981ea3 commit 7db6463

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,11 @@ look like a commit ID. Note that this might break previous permalinks.
191191

192192
# Documentation
193193

194-
2017 Poster https://doi.org/10.7490/f1000research.1114375.1
194+
2017 Poster <https://doi.org/10.7490/f1000research.1114375.1?>
195195

196-
2017 Video overview https://youtu.be/_yjhVTmvxLU
196+
2017 Video overview <https://youtu.be/_yjhVTmvxLU>
197197

198-
2017 Technical Report https://doi.org/10.5281/zenodo.823295
198+
2017 Technical Report <https://doi.org/10.5281/zenodo.823295>
199199

200200

201201
## License
@@ -234,12 +234,12 @@ docker push quay.io/commonwl/cwlviewer:v${VERSION}
234234

235235
## Making a release and publishing to GitHub, DockerHub, and Quay.io
236236

237-
After CHANGELOG.md has been updated, run the following:
237+
After CHANGELOG.md has been updated and the `-SNAPSHOT` suffix removed from `pom.xml`, run the following:
238238

239239
```shell
240240
git checkout main
241241
git pull
242-
new_version=1.4.1 # CHANGEME
242+
new_version=1.4.3 # CHANGEME
243243
# create an annotated git tag
244244
git tag -a -m "release version ${new_version}" v${new_version}
245245
# confirm the build arguments
@@ -267,7 +267,9 @@ git push
267267
```
268268

269269
Then copy the changelog into https://github.com/common-workflow-language/cwlviewer/releases/new
270-
using the tag you just pushed
270+
using the tag you just pushed.
271+
272+
Finally make a new PR to bump the version and restore the `-SNAPSHOT` suffix in `pom.xml`.
271273

272274
# Thanks
273275

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.commonwl.view</groupId>
88
<artifactId>cwlviewer</artifactId>
9-
<version>1.4.2</version>
9+
<version>1.4.3-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>CWLViewer</name>

0 commit comments

Comments
 (0)