Extras: Fix list_api_changes script for 19.08
Change-Id: I9907a60347933bb2be8c967bf5e0d507b57b982b Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:

committed by
Florin Coras

parent
32b07c3187
commit
3c119f8052
@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
import os, fnmatch, subprocess
|
import os, fnmatch, subprocess
|
||||||
|
|
||||||
starttag = 'v19.01-rc0'
|
starttag = 'v19.08-rc0'
|
||||||
endtag = 'v19.01'
|
endtag = 'HEAD'
|
||||||
emit_md = True
|
emit_md = True
|
||||||
apifiles = []
|
apifiles = []
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user