add repo & verion yml
This commit is contained in:
parent
fc231cf5f2
commit
cfdcd5fc39
2 changed files with 9 additions and 0 deletions
6
repository.yml
Normal file
6
repository.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
repo.name: tinyusb
|
||||
repo.versions:
|
||||
"0.0.0": "master"
|
||||
"0.0.1": "develop"
|
||||
|
||||
"0-dev": "0.0.1"
|
||||
3
version.yml
Normal file
3
version.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Newt uses this file to determine the version of a checked out repo.
|
||||
# This should always be 0.0.0 in the master branch.
|
||||
repo.version: 0.0.1
|
||||
Loading…
Reference in a new issue