|
1273 | 1273 | "defaultSnippets": [ |
1274 | 1274 | { |
1275 | 1275 | "label": "Release Artefact", |
1276 | | - "bodyText": "{\n\t\"version\": \"${1:1}.${2:0}.${3:0}\",\n\t\"url\": \"$4\",\n\t\"sublime_text\": \"${5:*}\",\n\t\"platforms\": [\"${6:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\"]\n}" |
| 1276 | + "bodyText": "{\n\t\"version\": \"${1:1}.${2:0}.${3:0}\",\n\t\"url\": \"$4\",\n\t\"sublime_text\": \"${5:*}\",\n\t\"platforms\": [\"${6:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\", \"3.13\"]\n}" |
1277 | 1277 | } |
1278 | 1278 | ] |
1279 | 1279 | }, |
|
1299 | 1299 | "defaultSnippets": [ |
1300 | 1300 | { |
1301 | 1301 | "label": "release based release template with download asset", |
1302 | | - "bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"asset\": \"${2:FileName-*.*.*-\\$\\{platform\\}.whl}\",\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\"]\n}" |
| 1302 | + "bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"asset\": \"${2:FileName-*.*.*-\\$\\{platform\\}.whl}\",\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\", \"3.13\"]\n}" |
1303 | 1303 | } |
1304 | 1304 | ] |
1305 | 1305 | }, |
|
1322 | 1322 | "defaultSnippets": [ |
1323 | 1323 | { |
1324 | 1324 | "label": "tag based release template", |
1325 | | - "bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"tags\": ${2:true},\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\"]\n}" |
| 1325 | + "bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"tags\": ${2:true},\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\", \"3.13\"]\n}" |
1326 | 1326 | } |
1327 | 1327 | ] |
1328 | 1328 | }, |
|
1345 | 1345 | "defaultSnippets": [ |
1346 | 1346 | { |
1347 | 1347 | "label": "branch based release template", |
1348 | | - "bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"branch\": ${2:true},\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\"]\n}" |
| 1348 | + "bodyText": "{\n\t\"base\": \"${1:https://github.com/author/repo}\",\n\t\"branch\": ${2:true},\n\t\"platforms\": [\"${4:*}\"],\n\t\"python_versions\": [\"3.3\", \"3.8\", \"3.13\"]\n}" |
1349 | 1349 | } |
1350 | 1350 | ] |
1351 | 1351 | } |
|
1786 | 1786 | }, |
1787 | 1787 | "python_versions": { |
1788 | 1788 | "type": "array", |
1789 | | - "markdownDescription": "```json\n\"python_versions\": [\"3.3\", \"3.8\"]\n```\n\nA list of python versions, supported by the package/library release. Must be one of `\"3.3\"` or `\"3.8\"`.", |
| 1789 | + "markdownDescription": "```json\n\"python_versions\": [\"3.3\", \"3.8\", \"3.13\"]\n```\n\nA list of python versions, supported by the package/library release. Must be one of `\"3.3\"` or `\"3.8\"`.", |
1790 | 1790 | "default": ["3.3"], |
1791 | 1791 | "items": { |
1792 | 1792 | "type": "string", |
1793 | | - "enum": ["3.3", "3.8"] |
| 1793 | + "enum": ["3.3", "3.8", "3.13"] |
1794 | 1794 | }, |
1795 | 1795 | "additionalItems": false, |
1796 | 1796 | "uniqueItems": true |
|
0 commit comments