docs: add 1810, including package cloud
[vpp.git] / extras / scripts / list_api_changes.py
index 0089156..e56da0a 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 import os, fnmatch, subprocess
 
-starttag = 'v18.04-rc0'
-endtag = 'v18.04-rc2'
+starttag = 'v18.10-rc0'
+endtag = 'v18.10'
 emit_md = True
 apifiles = []