Skip to content

Commit

Permalink
docs: add release tarball ordering section
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Jul 12, 2023
1 parent df33da9 commit 8a29857
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TILE_AUTHOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,14 @@ Kiln fetch was built around an existing "assets.lock";
the developer experience for starting from an empty directory is not polished.
</details>
##### Ordering
Kiln searches each BOSH Release tarball source in order when you call `kiln find-release-version`;
The tarball lock printed if from the first release source that has a matching lock.
1. You should put your publishable release tarball source (where you cache compiled release tarballs first).
2. Then you should put your closed source release tarball source.
3. Then you should put open source places like BOSH.io or open source GitHub.

#### **EXAMPLE** Using Kiln to update BOSH Release Tarballs

Updating a release in a lock file requires two kiln commands.
Expand Down

0 comments on commit 8a29857

Please sign in to comment.