Skip to content

Commit d0b7a18

Browse files
committed
make releases from the main branch only
1 parent 9306519 commit d0b7a18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ docker push quay.io/commonwl/cwlviewer:v${VERSION}
237237
After CHANGELOG.md has been updated, run the following:
238238

239239
```shell
240+
git checkout main
241+
git pull
240242
new_version=1.4.1 # CHANGEME
241243
# create an annotated git tag
242244
git tag -a -m "release version ${new_version}" v${new_version}
@@ -261,6 +263,7 @@ docker push quay.io/commonwl/cwlviewer:v${VERSION}
261263
docker push quay.io/commonwl/cwlviewer:latest
262264
# upload the annotated tag to GitHub
263265
git push --tags
266+
git push
264267
```
265268

266269
Then copy the changelog into https://github.com/common-workflow-language/cwlviewer/releases/new

0 commit comments

Comments
 (0)