v0.3.0
v0.3.0
- Breaking change: Add support for groups (#30). Reported by @arnaudgelas
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.