Skip to content

Commit

Permalink
feat: added releaseUrl property
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Dec 11, 2024
1 parent 1cda098 commit 1b4ee97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion updates.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@
"type": "string",
"pattern": "^[a-zA-Z0-9 .,_-]{1,250}$",
"maxLength": 250
},
"releaseUrl": {
"type": "string",
"pattern": "^(https:\\/\\/github\\.com\\/linode\\/apl-core\\/releases\\/tag\\/v\\d+\\.\\d+\\.\\d+)$",
"maxLength": 250
}
},
"required": ["version", "message"],
"required": ["version", "message", "releaseUrl"],
"additionalProperties": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion updates.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
updates:
- version: v4.1.0
message: 'Configure Linode Object storage for platform with the wizard page'
releaseUrl: 'https://github.com/linode/apl-core/releases/tag/v4.1.1'
releaseUrl: 'https://github.com/linode/apl-core/releases/tag/v4.1.0'

0 comments on commit 1b4ee97

Please sign in to comment.