update doc

This commit is contained in:
parrt 2016-12-14 12:52:05 -08:00
parent f38ccba94a
commit 5cc106562f
1 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,8 @@
Create a pre-release or full release at github; [Example 4.5-rc-1](https://github.com/antlr/antlr4/releases/tag/4.5-rc-1).
### Delete existing release tag
Wack any existing tag as mvn will create one and it fails if already there.
```
@ -12,6 +14,14 @@ $ git push origin :refs/tags/4.6
$ git push upstream :refs/tags/4.6
```
### Create release candidate tag
```bash
$ git tag -a 4.6-rc1 -m 'heading towards 4.6'
$ git push origin 4.6-rc1
$ git push upstream 4.6-rc1
```
## Bump version
Edit the repository looking for 4.5 or whatever and update it. Bump version in the following files: