We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9306519 commit d0b7a18Copy full SHA for d0b7a18
README.md
@@ -237,6 +237,8 @@ docker push quay.io/commonwl/cwlviewer:v${VERSION}
237
After CHANGELOG.md has been updated, run the following:
238
239
```shell
240
+git checkout main
241
+git pull
242
new_version=1.4.1 # CHANGEME
243
# create an annotated git tag
244
git tag -a -m "release version ${new_version}" v${new_version}
@@ -261,6 +263,7 @@ docker push quay.io/commonwl/cwlviewer:v${VERSION}
261
263
docker push quay.io/commonwl/cwlviewer:latest
262
264
# upload the annotated tag to GitHub
265
git push --tags
266
+git push
267
```
268
269
Then copy the changelog into https://github.com/common-workflow-language/cwlviewer/releases/new
0 commit comments