mirror of
https://github.com/rwxrob/bonzai
synced 2024-11-12 07:10:26 +00:00
18 lines
487 B
Python
18 lines
487 B
Python
When releasing any new version the following should be immediately
|
|
updated to use the latest version so as to not force multiple, redundant
|
|
versions of compiled bonzai package to be linked into Bonzai command
|
|
tree binaries. The order matters because of interdepdencies:
|
|
|
|
1. rwxrob/compcmd
|
|
2. rwxrob/compfile
|
|
3. rwxrob/help
|
|
4. rwxrob/vars
|
|
5. rwxrob/conf
|
|
6. rwxrob/bonzai-example
|
|
7. rwxrob/bon
|
|
8. rwxrob/z
|
|
|
|
(others as needed)
|
|
|
|
This process has not yet been updated, but should be.
|