Skip to content

Commit d23f010

Browse files
committed
tweak release doc
Signed-off-by: Terence Parr <[email protected]>
1 parent 40e96ba commit d23f010

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/releasing-antlr.md

+12
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,18 @@ git push origin gh-pages
522522
```
523523
-->
524524

525+
## Get fresh dev branch
526+
527+
```bash
528+
git checkout master
529+
git pull upstream master
530+
git checkout dev
531+
git pull upstream dev
532+
git merge master
533+
git push origin dev
534+
git push upstream dev
535+
```
536+
525537
## Update Intellij plug-in
526538

527539
Rebuild antlr plugin with new antlr jar.

0 commit comments

Comments
 (0)