Skip to content

v0.3.0

Compare
Choose a tag to compare
@dmerejkowsky dmerejkowsky released this 22 Sep 12:17
· 867 commits to main since this release

v0.3.0

Upgrading from v0.2.4

To upgrade from an older version of tsrc, you should re-run tsrc init with the correct url:

# Check manifest URL:
$ cd <workspace>/.tsrc/manifest
$ git remote get-url origin
# Note the url, for instance ssh://[email protected]:manifest.git
$ cd <workspace>
$ tsrc init <manifest-url>

This is required to create the <workspace>/.tsrc/manifest.yml file which is later used by tsrc sync and other commands.