Skip to content

Commit

Permalink
tweak release doc
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <parrt@antlr.org>
  • Loading branch information
parrt committed Sep 4, 2022
1 parent 40e96ba commit d23f010
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/releasing-antlr.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,18 @@ git push origin gh-pages
```
-->

## Get fresh dev branch

```bash
git checkout master
git pull upstream master
git checkout dev
git pull upstream dev
git merge master
git push origin dev
git push upstream dev
```

## Update Intellij plug-in

Rebuild antlr plugin with new antlr jar.

0 comments on commit d23f010

Please sign in to comment.