Skip to content

Commit

Permalink
rfc: update semver to have version prefix (#354)
Browse files Browse the repository at this point in the history
We would like our versions to have the `v` prefix to avoid discrepancies
with the other places. We did one round of cleanups already in the
existing connector configurations. We will be soon introducing a CI
check that performs this validation in pull requests.
  • Loading branch information
scriptnull authored Oct 21, 2024
1 parent 4d95f94 commit 3273fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/0006-connector-publishing-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ file should contain the relevant information to access the package definition.

```json
{
"version": "0.0.1",
"version": "v0.0.1",
"uri": "https://github.com/hasura/ndc-mongodb/releases/download/v0.0.1/connector-definition.tgz",
"checksum": {
"type": "sha256",
Expand Down

0 comments on commit 3273fd0

Please sign in to comment.