diff options
| author | hathach <[email protected]> | 2018-09-02 16:46:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-09-02 16:46:47 +0700 |
| commit | cfdcd5fc39299fe4beebf20d9dbc1520fcb45539 (patch) | |
| tree | 0f4ed8d4dbce299ea86e31566878b1fa6a6b7c23 | |
| parent | fc231cf5f251c6739e847a61475a23b30070f312 (diff) | |
add repo & verion yml
| -rw-r--r-- | repository.yml | 6 | ||||
| -rw-r--r-- | version.yml | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/repository.yml b/repository.yml new file mode 100644 index 000000000..1195b1832 --- /dev/null +++ b/repository.yml @@ -0,0 +1,6 @@ +repo.name: tinyusb +repo.versions: + "0.0.0": "master" + "0.0.1": "develop" + + "0-dev": "0.0.1"
\ No newline at end of file diff --git a/version.yml b/version.yml new file mode 100644 index 000000000..b6495858d --- /dev/null +++ b/version.yml @@ -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 |
