Skip to content

Commit

Permalink
Update dependency reference from revision to tag in README
Browse files Browse the repository at this point in the history
Replaced the 'rev' field with 'tag' in the Poetry dependency configuration for better clarity and version management. This ensures more explicit referencing for the specific version.
  • Loading branch information
meanmail committed Jan 15, 2025
1 parent 63b9d69 commit 1ee023b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ poetry:

```toml
[tool.poetry.dependencies]
youtrack = { git = "https://github.com/hyperskill/hyperskill-sdk.git", rev = "1.0.0", subdirectory = "youtrack" }
youtrack = { git = "https://github.com/hyperskill/hyperskill-sdk.git", tag = "1.0.0", subdirectory = "youtrack" }
```

```bash
Expand Down

0 comments on commit 1ee023b

Please sign in to comment.