Skip to content

Commit 19e670c

Browse files
committed
adding update version number step to README
1 parent c275db8 commit 19e670c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ To start a docker image of the shiny server locally:
4040
git checkout dev
4141
git pull
4242
git checkout -b release_v1.0 origin/dev
43+
```
44+
Update version number in DESCRIPTION FILE
45+
```
4346
git add .
4447
git commit -m "Version 1.0 updates"
4548
git tag -a v1.0 -m "Version 1.0"
4649
git push origin release_v1.0
4750
git push origin v1.0
48-
```
51+
```

0 commit comments

Comments
 (0)