-
Notifications
You must be signed in to change notification settings - Fork 9
Support for tags #148
Copy link
Copy link
Closed
Labels
squad:platformIssue to be handled by the Platform team.Issue to be handled by the Platform team.type:feature
Milestone
Description
🎯 Goals
- The goal is to allow checking out a repository to a tag (version) instead of a branch.
- The tag can be unknown, so we want to check out the latest created.
📗 Story
- Given: I am a developer who uses the https://github.com/ckeditor/ckeditor5-dev repository in a project.
{ "packages": "external/", "dependencies": { "ckeditor5-dev": "ckeditor/ckeditor5-dev@latest" } } - When: I execute
mrgit sync. - Then: The tool checks out the
ckeditor5-devrepository on thev31.1.11tag.
💡 Hints
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
squad:platformIssue to be handled by the Platform team.Issue to be handled by the Platform team.type:feature
