@@ -191,11 +191,11 @@ look like a commit ID. Note that this might break previous permalinks.
191
191
192
192
# Documentation
193
193
194
- 2017 Poster https://doi.org/10.7490/f1000research.1114375.1
194
+ 2017 Poster < https://doi.org/10.7490/f1000research.1114375.1? >
195
195
196
- 2017 Video overview https://youtu.be/_yjhVTmvxLU
196
+ 2017 Video overview < https://youtu.be/_yjhVTmvxLU >
197
197
198
- 2017 Technical Report https://doi.org/10.5281/zenodo.823295
198
+ 2017 Technical Report < https://doi.org/10.5281/zenodo.823295 >
199
199
200
200
201
201
## License
@@ -234,12 +234,12 @@ docker push quay.io/commonwl/cwlviewer:v${VERSION}
234
234
235
235
## Making a release and publishing to GitHub, DockerHub, and Quay.io
236
236
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:
238
238
239
239
``` shell
240
240
git checkout main
241
241
git pull
242
- new_version=1.4.1 # CHANGEME
242
+ new_version=1.4.3 # CHANGEME
243
243
# create an annotated git tag
244
244
git tag -a -m " release version ${new_version} " v${new_version}
245
245
# confirm the build arguments
@@ -267,7 +267,9 @@ git push
267
267
```
268
268
269
269
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 ` .
271
273
272
274
# Thanks
273
275
0 commit comments