cksource / mrgit

A tool for managing projects build using multiple repositories.
49 stars 9 forks source link

Added support for tags #152

Closed przemyslaw-zan closed 1 year ago

przemyslaw-zan commented 1 year ago

Suggested merge commit message (convention)

Feature: Added support for tags. Closes #148.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

pomek commented 1 year ago

A few notes without scanning the code:

pomek commented 1 year ago

mrgit save --branch fails even for repositories with no tags.

It creates the following entry: "ckeditor5-dev": "ckeditor/ckeditor5-dev#HEAD (no branch)" when checked-out tag.

But it can be extracted into a follow-up issue.